python3/pypy compatibility fix + removing obsolete code

pull/716/head
sebres 2014-09-16 18:12:21 +02:00
parent 96de888ac7
commit 6c2937affc
1 changed files with 0 additions and 2 deletions

View File

@ -748,8 +748,6 @@ class FileFilter(Filter):
if not dateTimeMatch:
break
unixTime = dateTimeMatch[0]
if int(unixTime) == int(date):
break
if unixTime >= date:
maxp = i
else: