Skip to content

Commit 50d7642

Browse files
committed
rustc_codegen_llvm: remove unused ExecutionEngineRef type.
1 parent eed48f5 commit 50d7642

File tree

1 file changed

+0
-2
lines changed
  • src/librustc_codegen_llvm/llvm

1 file changed

+0
-2
lines changed

src/librustc_codegen_llvm/llvm/ffi.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ extern { pub type Metadata; }
384384
extern { pub type BasicBlock_opaque; }
385385
pub type BasicBlockRef = *mut BasicBlock_opaque;
386386
extern { pub type Builder; }
387-
extern { pub type ExecutionEngine_opaque; }
388-
pub type ExecutionEngineRef = *mut ExecutionEngine_opaque;
389387
extern { pub type MemoryBuffer_opaque; }
390388
pub type MemoryBufferRef = *mut MemoryBuffer_opaque;
391389
extern { pub type PassManager_opaque; }

0 commit comments

Comments
 (0)