about summary refs log tree commit diff stats
path: root/miasm2/core/parse_asm.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2016-02-05 23:00:19 +0100
committerserpilliere <serpilliere@users.noreply.github.com>2016-02-05 23:00:19 +0100
commitd038675f6170824f9dd139ab6743a8b136612f96 (patch)
treedaa427464b7e4eee17f4ff490a0b1f2679407c2a /miasm2/core/parse_asm.py
parent147a217b64b3610cdd822b0f23ad2af8106960fd (diff)
parent5b8e1914b114c78c487c06b9c61278ea9cd81e49 (diff)
downloadmiasm-d038675f6170824f9dd139ab6743a8b136612f96.tar.gz
miasm-d038675f6170824f9dd139ab6743a8b136612f96.zip
Merge pull request #320 from commial/unused-variable
Unused variable
Diffstat (limited to 'miasm2/core/parse_asm.py')
-rw-r--r--miasm2/core/parse_asm.py1
1 files changed, 0 insertions, 1 deletions
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: