Removing redundant piece of code

This commit is contained in:
Miroslav Stampar 2012-12-11 15:21:27 +01:00
parent a54c261496
commit 760519dbe9
2 changed files with 0 additions and 4 deletions

View File

@ -234,9 +234,6 @@ def start():
check if they are dynamic and SQL injection affected
"""
if not conf.start:
return False
if conf.direct:
initTargetEnv()
setupTargetEnv()

View File

@ -1464,7 +1464,6 @@ def _setConfAttributes():
conf.resultsFilename = None
conf.resultsFP = None
conf.scheme = None
conf.start = True
conf.tests = []
conf.trafficFP = None
conf.wFileType = None