From 1b254e16c2fbfc43d8b4993c1bc7fb8efaefd5f9 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 5 Jan 2015 12:25:10 +0000 Subject: [PATCH] remove comment --- src/session_impl.cpp | 1 - 1 file changed, 1 deletion(-) 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