remove option TORRENT_DISABLE_FULL_STATS

This commit is contained in:
Arvid Norberg
2014-10-21 21:45:35 +00:00
parent ce9ff9885b
commit 3db32f67b5
7 changed files with 7 additions and 75 deletions

View File

@@ -484,7 +484,7 @@ def consume_ifdef(lno, lines, warn_on_ifdefs = False):
if verbose: print 'prep %s' % l
if warn_on_ifdefs and ('TORRENT_DEBUG' in l or 'TORRENT_DISABLE_FULL_STATS' in l):
if warn_on_ifdefs and ('TORRENT_DEBUG' in l):
while l.endswith('\\'):
lno += 1
l += lines[lno].strip()