Update manticore.py (#710)

Removed first of twice declared function `enqueue` as per #706
This commit is contained in:
Alexander Holman MBCS AMIAP
2018-01-16 11:25:16 -05:00
committed by Mark Mossberg
parent 465c926a2e
commit 03f92a7f0b
-4
View File
@@ -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