summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-07-06 19:09:25 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-07-06 19:09:25 +0000
commitd4deaf2677a49819c810e7857111961531050804 (patch)
tree3276e9adb9dc13fea602fea8fcdf42e27440d585 /lldb/examples/python
parentdd0649bc5f8bb57166d6902fd6f853a60773f61c (diff)
downloadbcm5719-llvm-d4deaf2677a49819c810e7857111961531050804.tar.gz
bcm5719-llvm-d4deaf2677a49819c810e7857111961531050804.zip
Remove unnecessary 'import' statement.
llvm-svn: 134519
Diffstat (limited to 'lldb/examples/python')
-rwxr-xr-xlldb/examples/python/disasm.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/examples/python/disasm.py b/lldb/examples/python/disasm.py
index 59ab30c02e4..67a7c6dcc80 100755
--- a/lldb/examples/python/disasm.py
+++ b/lldb/examples/python/disasm.py
@@ -11,7 +11,6 @@
import lldb
import os
import sys
-import signal
def disassemble_instructions (insts):
for i in insts:
OpenPOWER on IntegriCloud