diff options
| author | Björn Steinbrink <bsteinbr@gmail.com> | 2018-01-05 15:22:35 +0100 |
|---|---|---|
| committer | Björn Steinbrink <bsteinbr@gmail.com> | 2018-01-07 04:39:58 +0100 |
| commit | ebc85077df1ebc603e24495151ba5db1159a42d1 (patch) | |
| tree | 3bf3f9844030885e700c23c0aa50123b55299c37 /src/rustllvm/rustllvm.h | |
| parent | 4be1d5c37be04b8a84aa34081238746a0967016f (diff) | |
| download | rust-ebc85077df1ebc603e24495151ba5db1159a42d1.tar.gz rust-ebc85077df1ebc603e24495151ba5db1159a42d1.zip | |
Remove dead function rustc_llvm::debug_loc_to_string()
Refs #46437 as it also removes LLVMRustWriteDebugLocToString()
Diffstat (limited to 'src/rustllvm/rustllvm.h')
| -rw-r--r-- | src/rustllvm/rustllvm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rustllvm/rustllvm.h b/src/rustllvm/rustllvm.h index 714173f8602..b92834bc940 100644 --- a/src/rustllvm/rustllvm.h +++ b/src/rustllvm/rustllvm.h @@ -103,7 +103,6 @@ enum LLVMRustAttribute { typedef struct OpaqueRustString *RustStringRef; typedef struct LLVMOpaqueTwine *LLVMTwineRef; -typedef struct LLVMOpaqueDebugLoc *LLVMDebugLocRef; typedef struct LLVMOpaqueSMDiagnostic *LLVMSMDiagnosticRef; typedef struct LLVMOpaqueRustJITMemoryManager *LLVMRustJITMemoryManagerRef; |
