diff options
| author | Peter LaFosse <peter@vector35.com> | 2021-10-11 09:26:08 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2021-10-11 14:59:24 -0400 |
| commit | 82b7cbd46bd5df3ac7ec38f138dd7ac80135b976 (patch) | |
| tree | 3960cd6cdcb63eec9ff04d0653cb6b3ac9c76db0 /python/lowlevelil.py | |
| parent | 71cc80f6bc9f7e8ef8fb8cf33f288b8904dba756 (diff) | |
Remove unnecessary LLILBasicBlocksType
Diffstat (limited to 'python/lowlevelil.py')
| -rw-r--r-- | python/lowlevelil.py | 1 |
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', |
