rustc_codegen_llvm: remove unused ExecutionEngineRef type.

This commit is contained in:
Irina Popa 2018-07-04 16:45:48 +03:00
parent eed48f560f
commit 50d764298e

View file

@ -384,8 +384,6 @@ extern { pub type Metadata; }
extern { pub type BasicBlock_opaque; }
pub type BasicBlockRef = *mut BasicBlock_opaque;
extern { pub type Builder; }
extern { pub type ExecutionEngine_opaque; }
pub type ExecutionEngineRef = *mut ExecutionEngine_opaque;
extern { pub type MemoryBuffer_opaque; }
pub type MemoryBufferRef = *mut MemoryBuffer_opaque;
extern { pub type PassManager_opaque; }