[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 0a55d17bcd
commit 35ccdf94ca
1 changed files with 0 additions and 1 deletions

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