From 35ccdf94ca82acd281621ac03aba52a75c3cfc56 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 --- llvm/bindings/python/llvm/disassembler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/bindings/python/llvm/disassembler.py b/llvm/bindings/python/llvm/disassembler.py index dcef9ac26905..2a1b7015a7b3 100644 --- a/llvm/bindings/python/llvm/disassembler.py +++ b/llvm/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