diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-07-06 19:09:25 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-07-06 19:09:25 +0000 |
| commit | d4deaf2677a49819c810e7857111961531050804 (patch) | |
| tree | 3276e9adb9dc13fea602fea8fcdf42e27440d585 /lldb/examples/python | |
| parent | dd0649bc5f8bb57166d6902fd6f853a60773f61c (diff) | |
| download | bcm5719-llvm-d4deaf2677a49819c810e7857111961531050804.tar.gz bcm5719-llvm-d4deaf2677a49819c810e7857111961531050804.zip | |
Remove unnecessary 'import' statement.
llvm-svn: 134519
Diffstat (limited to 'lldb/examples/python')
| -rwxr-xr-x | lldb/examples/python/disasm.py | 1 |
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: |

