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 | 699f8c3524eb179f7cb8302b4a5d19abbd547125 (patch) | |
tree | dcba4b24aaa5aa41a53ad8780dbaecf81887eaff /bindings/python/llvm | |
parent | 8e5eb2b160687bbe3afbe522e4af7518c1bea73f (diff) | |
download | external_llvm-699f8c3524eb179f7cb8302b4a5d19abbd547125.zip external_llvm-699f8c3524eb179f7cb8302b4a5d19abbd547125.tar.gz external_llvm-699f8c3524eb179f7cb8302b4a5d19abbd547125.tar.bz2 |
[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/llvm')
-rw-r--r-- | bindings/python/llvm/disassembler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bindings/python/llvm/disassembler.py b/bindings/python/llvm/disassembler.py index dcef9ac..2a1b701 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 |