about summary refs log tree commit diff stats
path: root/example/jitter/arm.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/jitter/arm.py')
-rwxr-xr-xexample/jitter/arm.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/example/jitter/arm.py b/example/jitter/arm.py
index eac6c0e6..e475abeb 100755
--- a/example/jitter/arm.py
+++ b/example/jitter/arm.py
@@ -24,8 +24,5 @@ else:
 if options.verbose is True:
     print sb.jitter.vm
 
-if options.address is None:
-    raise ValueError('Invalid address')
-
 # Run the code
 sb.run()