aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexamples/python/disasm.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/python/disasm.py b/examples/python/disasm.py
index 726402287..5d2087485 100755
--- a/examples/python/disasm.py
+++ b/examples/python/disasm.py
@@ -17,9 +17,6 @@ def disassemble_instructions (insts):
for i in range(insts.GetSize()):
print insts.GetInstructionAtIndex(i)
-# Initialize LLDB so we can use it
-lldb.SBDebugger.Initialize()
-
# Create a new debugger instance
debugger = lldb.SBDebugger.Create()