summaryrefslogtreecommitdiff
path: root/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
commit699f8c3524eb179f7cb8302b4a5d19abbd547125 (patch)
treedcba4b24aaa5aa41a53ad8780dbaecf81887eaff /bindings/python
parent8e5eb2b160687bbe3afbe522e4af7518c1bea73f (diff)
downloadllvm-699f8c3524eb179f7cb8302b4a5d19abbd547125.tar.gz
llvm-699f8c3524eb179f7cb8302b4a5d19abbd547125.tar.bz2
llvm-699f8c3524eb179f7cb8302b4a5d19abbd547125.tar.xz
[python-bindings] Removed unused import byref from llvm/disassembler.py.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190455 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/python')
-rw-r--r--bindings/python/llvm/disassembler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bindings/python/llvm/disassembler.py b/bindings/python/llvm/disassembler.py
index dcef9ac269..2a1b7015a7 100644
--- a/bindings/python/llvm/disassembler.py
+++ b/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