Remove leftover TORRENT_COMPACT_PICKER definition

This commit is contained in:
Calum Lind 2015-10-20 12:12:44 +01:00
parent b87995fd3e
commit 8f244868a5
1 changed files with 0 additions and 6 deletions

View File

@ -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