diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-09-11 00:23:05 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-09-11 00:23:05 +0000 |
commit | 35ccdf94ca82acd281621ac03aba52a75c3cfc56 (patch) | |
tree | 4a5d644e0db6cfea4495d936b74b7c3ed84f584f /llvm/bindings/python/llvm/disassembler.py | |
parent | 0a55d17bcd45a7af9d6db9786ff22c563c971bf6 (diff) | |
download | bcm5719-llvm-35ccdf94ca82acd281621ac03aba52a75c3cfc56.tar.gz bcm5719-llvm-35ccdf94ca82acd281621ac03aba52a75c3cfc56.zip |
[python-bindings] Removed unused import byref from llvm/disassembler.py.
llvm-svn: 190455
Diffstat (limited to 'llvm/bindings/python/llvm/disassembler.py')
-rw-r--r-- | llvm/bindings/python/llvm/disassembler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/bindings/python/llvm/disassembler.py b/llvm/bindings/python/llvm/disassembler.py index dcef9ac2690..2a1b7015a7b 100644 --- a/llvm/bindings/python/llvm/disassembler.py +++ b/llvm/bindings/python/llvm/disassembler.py @@ -10,7 +10,6 @@ from ctypes import CFUNCTYPE from ctypes import POINTER from ctypes import addressof -from ctypes import byref from ctypes import c_byte from ctypes import c_char_p from ctypes import c_int |