summaryrefslogtreecommitdiff
path: root/python/examples/instruction-iterator.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/instruction-iterator.py')
-rw-r--r--python/examples/instruction-iterator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/examples/instruction-iterator.py b/python/examples/instruction-iterator.py
index 736a2925..7b03b095 100644
--- a/python/examples/instruction-iterator.py
+++ b/python/examples/instruction-iterator.py
@@ -50,4 +50,3 @@ for func in bv.functions:
for insn in block:
print "\t\t{0}".format(insn)
-