Remove unused method

This commit is contained in:
Nick Hall 2016-12-08 19:03:39 +00:00
parent c358d5c3e1
commit 290fd6ec43

View File

@ -2058,16 +2058,6 @@ class DbBsddbRead(DbReadBase, Callback):
name = None
return name
def get_version(self):
filepath = os.path.join(self.path, "bdbversion.txt")
try:
with open(filepath, "r", encoding='utf-8') as name_file:
version = name_file.readline().strip()
except (OSError, IOError) as msg:
self.__log_error()
version = "(0, 0, 0)"
return ast.literal_eval(version)
def get_summary(self):
"""
Returns dictionary of summary item.