summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/python
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-09-11 00:23:05 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-09-11 00:23:05 +0000
commit35ccdf94ca82acd281621ac03aba52a75c3cfc56 (patch)
tree4a5d644e0db6cfea4495d936b74b7c3ed84f584f /llvm/bindings/python
parent0a55d17bcd45a7af9d6db9786ff22c563c971bf6 (diff)
downloadbcm5719-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')
-rw-r--r--llvm/bindings/python/llvm/disassembler.py1
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
OpenPOWER on IntegriCloud