From 50d764298e1b7fdc193f0f66c1a692015c852227 Mon Sep 17 00:00:00 2001 From: Irina Popa Date: Wed, 4 Jul 2018 16:45:48 +0300 Subject: rustc_codegen_llvm: remove unused ExecutionEngineRef type. --- src/librustc_codegen_llvm/llvm/ffi.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/librustc_codegen_llvm') 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; } -- cgit 1.4.1-3-g733a5