Remove unused function LLVMRustGetValueContext()

Refs #46437
This commit is contained in:
Björn Steinbrink
2017-12-08 11:07:08 +01:00
parent d7bbd3042c
commit 493c29d35a
2 changed files with 0 additions and 7 deletions

View File

@@ -1348,10 +1348,6 @@ extern "C" bool LLVMRustConstInt128Get(LLVMValueRef CV, bool sext, uint64_t *hig
return true;
}
extern "C" LLVMContextRef LLVMRustGetValueContext(LLVMValueRef V) {
return wrap(&unwrap(V)->getContext());
}
enum class LLVMRustVisibility {
Default = 0,
Hidden = 1,