diff options
| author | Ajax <commial@gmail.com> | 2018-06-21 17:33:47 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2018-06-21 17:33:47 +0200 |
| commit | b8d5b255bad4b03c57356c9af474e6d8a12105db (patch) | |
| tree | 1fdea855e3bd266343e4d330af5ac686d53fc240 /miasm2/arch/msp430/sem.py | |
| parent | 98a60ebb7366cda9774fc0511185602cada1833b (diff) | |
| download | miasm-b8d5b255bad4b03c57356c9af474e6d8a12105db.tar.gz miasm-b8d5b255bad4b03c57356c9af474e6d8a12105db.zip | |
Code cleaning: remove useless / commented code
Diffstat (limited to 'miasm2/arch/msp430/sem.py')
| -rw-r--r-- | miasm2/arch/msp430/sem.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/arch/msp430/sem.py b/miasm2/arch/msp430/sem.py index 877c2a70..a3521fb5 100644 --- a/miasm2/arch/msp430/sem.py +++ b/miasm2/arch/msp430/sem.py @@ -434,7 +434,6 @@ class ir_msp430(IntermediateRepresentation): pass def get_ir(self, instr): - # print instr#, args args = instr.args instr_ir, extra_ir = mnemo_func[instr.name](self, instr, *args) self.mod_sr(instr, instr_ir, extra_ir) |