Update manticore.py (#710)
Removed first of twice declared function `enqueue` as per #706
This commit is contained in:
committed by
Mark Mossberg
parent
465c926a2e
commit
03f92a7f0b
@@ -354,10 +354,6 @@ class Manticore(Eventful):
|
||||
def running(self):
|
||||
return self._executor._running.value
|
||||
|
||||
def enqueue(self, state):
|
||||
''' Dynamically enqueue states. Users should typically not need to do this '''
|
||||
self._executor.add(state)
|
||||
|
||||
@property
|
||||
def running(self):
|
||||
return self._executor.running
|
||||
|
||||
Reference in New Issue
Block a user