summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlldb/examples/python/disasm.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/examples/python/disasm.py b/lldb/examples/python/disasm.py
index 7264022879d..5d20874855a 100755
--- a/lldb/examples/python/disasm.py
+++ b/lldb/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()
OpenPOWER on IntegriCloud