Mercurial > paraspace
changeset 143:c56c7cf32b88
Remove useless code
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Mon, 15 Aug 2011 10:08:43 +0800 |
parents | 50d09eba5166 |
children | 46e40afd4558 |
files | paraspace/tests/dalvik_opcodes_test.py paraspace/tests/injection_test.py |
diffstat | 2 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/paraspace/tests/dalvik_opcodes_test.py Mon Aug 15 10:04:12 2011 +0800 +++ b/paraspace/tests/dalvik_opcodes_test.py Mon Aug 15 10:08:43 2011 +0800 @@ -17,7 +17,6 @@ opv = (0, ()) insn = encode_inst(opv) - print repr(insn) assert insn == '\x00\x00' pass
--- a/paraspace/tests/injection_test.py Mon Aug 15 10:04:12 2011 +0800 +++ b/paraspace/tests/injection_test.py Mon Aug 15 10:08:43 2011 +0800 @@ -779,6 +779,5 @@ inject_redir(fake_linked, 'Lcom/codemud/fakefile/fakefile;', hello_linked, 'Ljava/io/File;', all_dep_decls) - print len(hello_linked.classDatas.items) hello_linked.to_str() pass