forked from premiere/premiere-libtorrent
Merge pull request #228 from cas--/Issue/unused-define
Remove leftover TORRENT_COMPACT_PICKER definition
This commit is contained in:
commit
0426531f4d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue