mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Trivial removal of leftover
This commit is contained in:
@@ -4881,7 +4881,6 @@ def zeroDepthSearch(expression, value):
|
||||
elif expression[index] == ')':
|
||||
depth -= 1
|
||||
elif depth == 0:
|
||||
found = False
|
||||
if value.startswith('[') and value.endswith(']'):
|
||||
if re.search(value, expression[index:index + 1]):
|
||||
retVal.append(index)
|
||||
|
||||
Reference in New Issue
Block a user