summaryrefslogtreecommitdiff
path: root/python/lowlevelil.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/lowlevelil.py')
-rw-r--r--python/lowlevelil.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py
index f0311bed..1f6914de 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -46,7 +46,6 @@ TokenList = List['function.InstructionTextToken']
InstructionOrExpression = Union['LowLevelILInstruction', Index]
ILRegisterType = Union[str, 'ILRegister', int]
LLILInstructionsType = Generator['LowLevelILInstruction', None, None]
-LLILBasicBlocksType = Generator['LowLevelILBasicBlock', None, None]
OperandsType = Tuple[ExpressionIndex, ExpressionIndex, ExpressionIndex, ExpressionIndex]
LowLevelILOperandType = Union[
'LowLevelILOperationAndSize',