[python-bindings] Removed unused import byref from llvm/disassembler.py.

llvm-svn: 190455
This commit is contained in:
Michael Gottesman 2013-09-11 00:23:05 +00:00
parent e87f8feb58
commit 27027c011f

View File

@ -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