aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c/Core.h
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-05-19 05:47:10 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-05-19 05:47:10 +0000
commit83eaae19add8031b299fc657cb69ceb5bfa44ae4 (patch)
tree4ed3827c95b28f3bb2bca31a6f6824f281cc4a52 /include/llvm-c/Core.h
parent83296ca341272e8d4beab1fa36c92ec911e25fde (diff)
Remove a duplicative binding. Patch by Mahadevan R.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51238 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c/Core.h')
-rw-r--r--include/llvm-c/Core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index d3e7a08d90..bbef134a0b 100644
--- a/include/llvm-c/Core.h
+++ b/include/llvm-c/Core.h
@@ -224,9 +224,6 @@ void LLVMDumpModule(LLVMModuleRef M);
/** See llvm::LLVMTypeKind::getTypeID. */
LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
-/** See llvm::DerivedType::refineAbstractTypeTo. */
-void LLVMRefineAbstractType(LLVMTypeRef AbstractType, LLVMTypeRef ConcreteType);
-
/* Operations on integer types */
LLVMTypeRef LLVMInt1Type(void);
LLVMTypeRef LLVMInt8Type(void);