mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Removing some dead code (vulture)
This commit is contained in:
parent
e37c22793b
commit
c082067902
6 changed files with 1 additions and 30 deletions
|
|
@ -519,8 +519,6 @@ def checkSqlInjection(place, parameter, value):
|
|||
except (MemoryError, OverflowError):
|
||||
pass
|
||||
|
||||
kb.prevFalsePage = falsePage
|
||||
|
||||
# Perform the test's True request
|
||||
trueResult = Request.queryPage(reqPayload, place, raise404=False)
|
||||
truePage, trueHeaders, trueCode = threadData.lastComparisonPage or "", threadData.lastComparisonHeaders, threadData.lastComparisonCode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue