mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Removing one obsolete instantiation line
This commit is contained in:
parent
934d41dac2
commit
8686c20fa5
1 changed files with 0 additions and 1 deletions
|
|
@ -327,7 +327,6 @@ class Dump(object):
|
|||
def dbTableValues(self, tableValues):
|
||||
replication = None
|
||||
rtable = None
|
||||
documentNode, tableNode, bodyNode, headNode, rowNode = (0,) * 5
|
||||
dumpFP = None
|
||||
|
||||
if tableValues is None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue