From b8d5b255bad4b03c57356c9af474e6d8a12105db Mon Sep 17 00:00:00 2001 From: Ajax Date: Thu, 21 Jun 2018 17:33:47 +0200 Subject: Code cleaning: remove useless / commented code --- test/arch/mips32/arch.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/arch/mips32/arch.py') diff --git a/test/arch/mips32/arch.py b/test/arch/mips32/arch.py index c6b68c0c..6fc36d13 100644 --- a/test/arch/mips32/arch.py +++ b/test/arch/mips32/arch.py @@ -228,13 +228,9 @@ for s, l in reg_tests_mips32: print s print mn assert(str(mn) == s) - # print hex(b) - # print [str(x.get()) for x in mn.args] l = mn_mips32.fromstring(s, symbol_pool, 'b') - # print l assert(str(l) == s) a = mn_mips32.asm(l, 'b') print [x for x in a] print repr(b) - # print mn.args assert(b in a) -- cgit 1.4.1