From 38fb7d07fc90e17a95c96b80fe9e0825a09ea498 Mon Sep 17 00:00:00 2001 From: Ajax Date: Tue, 2 Feb 2016 20:25:04 +0100 Subject: Remove unused variables --- miasm2/core/parse_asm.py | 1 - 1 file changed, 1 deletion(-) (limited to 'miasm2/core/parse_asm.py') diff --git a/miasm2/core/parse_asm.py b/miasm2/core/parse_asm.py index aefa6df9..b324d2cc 100644 --- a/miasm2/core/parse_asm.py +++ b/miasm2/core/parse_asm.py @@ -234,7 +234,6 @@ def parse_txt(mnemo, attrib, txt, symbol_pool=None): i = 0 blocks = asmbloc.AsmCFG() block_to_nlink = None - block_may_link = False delayslot = 0 while i < len(lines): if delayslot: -- cgit 1.4.1