1
Fork 0

Remove dead function rustc_llvm::debug_loc_to_string()

Refs #46437 as it also removes LLVMRustWriteDebugLocToString()
This commit is contained in:
Björn Steinbrink 2018-01-05 15:22:35 +01:00
parent 4be1d5c37b
commit ebc85077df
4 changed files with 0 additions and 16 deletions

View file

@ -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;