mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-03 14:21:30 +00:00 
			
		
		
		
	[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
This commit is contained in:
		@@ -10,7 +10,6 @@
 | 
				
			|||||||
from ctypes import CFUNCTYPE
 | 
					from ctypes import CFUNCTYPE
 | 
				
			||||||
from ctypes import POINTER
 | 
					from ctypes import POINTER
 | 
				
			||||||
from ctypes import addressof
 | 
					from ctypes import addressof
 | 
				
			||||||
from ctypes import byref
 | 
					 | 
				
			||||||
from ctypes import c_byte
 | 
					from ctypes import c_byte
 | 
				
			||||||
from ctypes import c_char_p
 | 
					from ctypes import c_char_p
 | 
				
			||||||
from ctypes import c_int
 | 
					from ctypes import c_int
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user