From aba9a01a0efabb1666966a46a2943b33418ee98f Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Tue, 30 Sep 2014 10:33:43 +0200 Subject: Test: remove unused lib file --- example/asm_armt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/asm_armt.py') diff --git a/example/asm_armt.py b/example/asm_armt.py index ccbdad3a..432d4101 100644 --- a/example/asm_armt.py +++ b/example/asm_armt.py @@ -62,7 +62,7 @@ for b in blocs[0]: g = asmbloc.bloc2graph(blocs[0]) open("graph.txt", "w").write(g) -s = StrPatchwork(open('libandroid_runtime.so').read()) +s = StrPatchwork() print "symbols" print symbol_pool -- cgit 1.4.1