summaryrefslogtreecommitdiff
path: root/bindings/go/llvm/IRBindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/go/llvm/IRBindings.h')
-rw-r--r--bindings/go/llvm/IRBindings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bindings/go/llvm/IRBindings.h b/bindings/go/llvm/IRBindings.h
index 25a00b13804..f7fe374669a 100644
--- a/bindings/go/llvm/IRBindings.h
+++ b/bindings/go/llvm/IRBindings.h
@@ -53,8 +53,6 @@ void LLVMSetCurrentDebugLocation2(LLVMBuilderRef Bref, unsigned Line,
struct LLVMDebugLocMetadata LLVMGetCurrentDebugLocation2(LLVMBuilderRef Bref);
-void LLVMSetSubprogram(LLVMValueRef Fn, LLVMMetadataRef SP);
-
#ifdef __cplusplus
}