BF: remove unused function DateDetector.getUnixTime

pull/368/head
Daniel Black 2013-09-21 10:22:15 +10:00
parent ec0670f6d5
commit 0035c99d07
1 changed files with 0 additions and 4 deletions

View File

@ -140,10 +140,6 @@ class DateDetector:
finally:
self.__lock.release()
def getUnixTime(self, line):
date = self.getTime(line)
return date and time.mktime(tuple(date))
##
# Sort the template lists using the hits score. This method is not called
# in this object and thus should be called from time to time.