1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-08-30 16:11:57 +00:00

Removed unused variables.

This commit is contained in:
Raman Arora
2019-09-30 12:29:43 -04:00
parent 8580b9b6b9
commit ba0969dcee

View File

@@ -75,9 +75,6 @@ class OperaAnalyzer(general.AndroidComponentAnalyzer):
"""
moduleName = "Opera Parser"
progName = "Opera"
def __init__(self):
self._logger = Logger.getLogger(self.__class__.__name__)