From 8f244868a55fe16105dec3e4bca34bb1347f5c25 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Tue, 20 Oct 2015 12:12:44 +0100 Subject: [PATCH] Remove leftover TORRENT_COMPACT_PICKER definition --- include/libtorrent/config.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/libtorrent/config.hpp b/include/libtorrent/config.hpp index 9787cd213..c0fdfb876 100644 --- a/include/libtorrent/config.hpp +++ b/include/libtorrent/config.hpp @@ -601,12 +601,6 @@ int snprintf(char* buf, int len, char const* fmt, ...) #endif #endif -// if set to true, piece picker will use less RAM -// but only support up to ~260000 pieces in a torrent -#ifndef TORRENT_COMPACT_PICKER -#define TORRENT_COMPACT_PICKER 0 -#endif - #ifndef TORRENT_USE_I2P #define TORRENT_USE_I2P 1 #endif