[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
This commit is contained in:
Michael Gottesman
2013-09-11 00:23:05 +00:00
parent 8e5eb2b160
commit 699f8c3524

View File

@@ -10,7 +10,6 @@
from ctypes import CFUNCTYPE from ctypes import CFUNCTYPE
from ctypes import POINTER from ctypes import POINTER
from ctypes import addressof from ctypes import addressof
from ctypes import byref
from ctypes import c_byte from ctypes import c_byte
from ctypes import c_char_p from ctypes import c_char_p
from ctypes import c_int from ctypes import c_int