about summary refs log tree commit diff stats
path: root/miasm2/ir/ir.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm2/ir/ir.py')
-rw-r--r--miasm2/ir/ir.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/ir/ir.py b/miasm2/ir/ir.py
index 14acb907..fa34cd01 100644
--- a/miasm2/ir/ir.py
+++ b/miasm2/ir/ir.py
@@ -52,7 +52,6 @@ class irbloc(object):
                     if dst is not None:
                         raise ValueError('Multiple destinations!')
                     dst = i.src
-                    dst_linenb = linenb
         self._dst = dst
         self._dst_linenb = linenb
         return dst