diff --git a/src/session_impl.cpp b/src/session_impl.cpp index 8e8f621c9..5f1b74fdf 100644 --- a/src/session_impl.cpp +++ b/src/session_impl.cpp @@ -5301,7 +5301,6 @@ retry: #ifndef TORRENT_DISABLE_DHT if (m_dht) { - // TODO: 3 replace this call with session_stats m_dht->dht_status(s); } else