[python-bindings] Removed unused import byref from llvm/disassembler.py.
authorMichael Gottesman <mgottesman@apple.com>
Wed, 11 Sep 2013 00:23:05 +0000 (00:23 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Wed, 11 Sep 2013 00:23:05 +0000 (00:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190455 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/python/llvm/disassembler.py

index dcef9ac269058cb8c59dda3e3bd6d9f81289ef8a..2a1b7015a7b38e30e63bb802926362f20b3f789d 100644 (file)
@@ -10,7 +10,6 @@
 from ctypes import CFUNCTYPE
 from ctypes import POINTER
 from ctypes import addressof
 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
 from ctypes import c_byte
 from ctypes import c_char_p
 from ctypes import c_int