summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
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
commit00889ccfcad5ef66e6fa4bb20f2656dec82dc0d0 (patch)
tree6f65638eb1feb795efbbda39577dc38930aebd7a /llvm/include/llvm-c
parentd85bf73e2e8525413a31643bad0b2b25046c26fd (diff)
downloadbcm5719-llvm-00889ccfcad5ef66e6fa4bb20f2656dec82dc0d0.tar.gz
bcm5719-llvm-00889ccfcad5ef66e6fa4bb20f2656dec82dc0d0.zip
Remove a duplicative binding. Patch by Mahadevan R.
llvm-svn: 51238
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/Core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index d3e7a08d903..bbef134a0b3 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/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);
OpenPOWER on IntegriCloud