From 82b7cbd46bd5df3ac7ec38f138dd7ac80135b976 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Mon, 11 Oct 2021 09:26:08 -0400 Subject: Remove unnecessary LLILBasicBlocksType --- python/lowlevelil.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/lowlevelil.py') 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', -- cgit v1.3.1