From: Michael Gottesman Date: Wed, 11 Sep 2013 00:23:05 +0000 (+0000) Subject: [python-bindings] Removed unused import byref from llvm/disassembler.py. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=699f8c3524eb179f7cb8302b4a5d19abbd547125;p=oota-llvm.git [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 --- diff --git a/bindings/python/llvm/disassembler.py b/bindings/python/llvm/disassembler.py index dcef9ac2690..2a1b7015a7b 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