about summary refs log tree commit diff stats
path: root/example/test_jit_arm_sc.py
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2014-12-18 20:49:46 +0100
committerCamille Mougey <camille.mougey@cea.fr>2014-12-20 17:44:23 +0100
commit307d43e4c643e55d6ddcc9b29152e526c1dae31f (patch)
treed4a4e6408229ea35812564163a3acb8512cbccf0 /example/test_jit_arm_sc.py
parent73c67175687e4dfbc3a2c40a57a616db45e6f7f2 (diff)
downloadmiasm-307d43e4c643e55d6ddcc9b29152e526c1dae31f.tar.gz
miasm-307d43e4c643e55d6ddcc9b29152e526c1dae31f.zip
Example: Remove unused loader.elf imports
Diffstat (limited to 'example/test_jit_arm_sc.py')
-rw-r--r--example/test_jit_arm_sc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/test_jit_arm_sc.py b/example/test_jit_arm_sc.py
index 2cac8686..0ec2a5ee 100644
--- a/example/test_jit_arm_sc.py
+++ b/example/test_jit_arm_sc.py
@@ -4,7 +4,6 @@ from miasm2.analysis import debugging, gdbserver
 
 from miasm2.analysis.sandbox import Sandbox_Linux_armb_str
 from miasm2.analysis.sandbox import Sandbox_Linux_arml_str
-from miasm2.jitter.loader.elf import vm_load_elf, preload_elf
 from miasm2.analysis.machine import Machine
 from elfesteem.strpatchwork import StrPatchwork
 import logging