diff --git a/src/librustc_codegen_llvm/llvm/ffi.rs b/src/librustc_codegen_llvm/llvm/ffi.rs index 389cfa1d7b1..613cc36b47f 100644 --- a/src/librustc_codegen_llvm/llvm/ffi.rs +++ b/src/librustc_codegen_llvm/llvm/ffi.rs @@ -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; }