about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/llvm
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2019-04-18 15:28:18 -0700
committerJosh Stone <jistone@redhat.com>2019-04-18 15:28:18 -0700
commita1099ae73ea0fdd9b82329aaf64a977c44a7595e (patch)
treef5452bce103413c09faac469705801d06a9a6995 /src/librustc_codegen_llvm/llvm
parenteed3619f8d86e39c67fed33a3acf7a1cb72f3c42 (diff)
downloadrust-a1099ae73ea0fdd9b82329aaf64a977c44a7595e.tar.gz
rust-a1099ae73ea0fdd9b82329aaf64a977c44a7595e.zip
Remove the unused LLVMRustIsRustLLVM
Diffstat (limited to 'src/librustc_codegen_llvm/llvm')
-rw-r--r--src/librustc_codegen_llvm/llvm/ffi.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/llvm/ffi.rs b/src/librustc_codegen_llvm/llvm/ffi.rs
index f6ee8bec16a..f88923fc9f1 100644
--- a/src/librustc_codegen_llvm/llvm/ffi.rs
+++ b/src/librustc_codegen_llvm/llvm/ffi.rs
@@ -1382,7 +1382,6 @@ extern "C" {
     pub fn LLVMRustDebugMetadataVersion() -> u32;
     pub fn LLVMRustVersionMajor() -> u32;
     pub fn LLVMRustVersionMinor() -> u32;
-    pub fn LLVMRustIsRustLLVM() -> bool;
 
     pub fn LLVMRustAddModuleFlag(M: &Module, name: *const c_char, value: u32);