From 27027c011fe54cb7c4cc64eafcfc9386d479bb6c Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Wed, 11 Sep 2013 00:23:05 +0000 Subject: [PATCH] [python-bindings] Removed unused import byref from llvm/disassembler.py. llvm-svn: 190455 --- bindings/python/llvm/disassembler.py | 1 - 1 file changed, 1 deletion(-) 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