remove unused variable i
This commit is contained in:
parent
956ee3261e
commit
ff3ae3debd
@ -137,7 +137,6 @@ class DeepState(object):
|
||||
"""Read a NUL-terminated string from `ea`."""
|
||||
assert isinstance(ea, (int, long))
|
||||
chars = []
|
||||
i = 0
|
||||
while True:
|
||||
b, ea = self.read_uint8_t(ea, concretize=concretize, constrain=constrain)
|
||||
if self.is_symbolic(b):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user