From 6f19f9a063378ffe82693a6efc1ceaf9978c89e3 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 10 Dec 2014 09:59:24 +0000 Subject: [PATCH] lt_trackers is no longer a default extension --- src/session.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/session.cpp b/src/session.cpp index e154e3a8f..08ef53138 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -50,7 +50,6 @@ POSSIBILITY OF SUCH DAMAGE. #include "libtorrent/extensions/ut_pex.hpp" #include "libtorrent/extensions/ut_metadata.hpp" -#include "libtorrent/extensions/lt_trackers.hpp" #include "libtorrent/extensions/smart_ban.hpp" #include "libtorrent/peer_id.hpp" #include "libtorrent/torrent_info.hpp" @@ -411,8 +410,6 @@ namespace libtorrent { add_extension(create_ut_pex_plugin); add_extension(create_ut_metadata_plugin); - // TODO: 3 lt_trackers should not be on by default - add_extension(create_lt_trackers_plugin); add_extension(create_smart_ban_plugin); } #endif