[Lldb-commits] [lldb] r134519 - /lldb/trunk/examples/python/disasm.py
Johnny Chen
johnny.chen at apple.com
Wed Jul 6 12:09:25 PDT 2011
Author: johnny
Date: Wed Jul 6 14:09:25 2011
New Revision: 134519
URL: http://llvm.org/viewvc/llvm-project?rev=134519&view=rev
Log:
Remove unnecessary 'import' statement.
Modified:
lldb/trunk/examples/python/disasm.py
Modified: lldb/trunk/examples/python/disasm.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/examples/python/disasm.py?rev=134519&r1=134518&r2=134519&view=diff
==============================================================================
--- lldb/trunk/examples/python/disasm.py (original)
+++ lldb/trunk/examples/python/disasm.py Wed Jul 6 14:09:25 2011
@@ -11,7 +11,6 @@
import lldb
import os
import sys
-import signal
def disassemble_instructions (insts):
for i in insts:
More information about the lldb-commits
mailing list