diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2016-02-05 23:00:19 +0100 |
|---|---|---|
| committer | serpilliere <serpilliere@users.noreply.github.com> | 2016-02-05 23:00:19 +0100 |
| commit | d038675f6170824f9dd139ab6743a8b136612f96 (patch) | |
| tree | daa427464b7e4eee17f4ff490a0b1f2679407c2a /miasm2/core/parse_asm.py | |
| parent | 147a217b64b3610cdd822b0f23ad2af8106960fd (diff) | |
| parent | 5b8e1914b114c78c487c06b9c61278ea9cd81e49 (diff) | |
| download | miasm-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.py | 1 |
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: |