Removing some dead code (vulture)

This commit is contained in:
Miroslav Stampar
2020-01-10 11:44:24 +01:00
parent e37c22793b
commit c082067902
6 changed files with 1 additions and 30 deletions

View File

@@ -107,9 +107,6 @@ class Dump(object):
errMsg = "error occurred while opening log file ('%s')" % getSafeExString(ex)
raise SqlmapGenericException(errMsg)
def getOutputFile(self):
return self._outputFile
def singleString(self, data, content_type=None):
self._write(data, content_type=content_type)