summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-12-17 21:16:12 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-12-17 21:16:12 +0000
commit776e458d817f2bc12bd1c7b759b839a17c2f00c5 (patch)
treea88772f8a0bf1933c26c07d0e94d9fbab9693988 /llvm/include/llvm-c
parentea039c121b6cad3cfcfba2f9216251506e7888d6 (diff)
downloadbcm5719-llvm-776e458d817f2bc12bd1c7b759b839a17c2f00c5.tar.gz
bcm5719-llvm-776e458d817f2bc12bd1c7b759b839a17c2f00c5.zip
Drop function that are deprecated since 2010.
These functions were deprecated in r97608. llvm-svn: 255927
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/BitReader.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/include/llvm-c/BitReader.h b/llvm/include/llvm-c/BitReader.h
index f3b388bc4fb..900bc5bc09f 100644
--- a/llvm/include/llvm-c/BitReader.h
+++ b/llvm/include/llvm-c/BitReader.h
@@ -53,18 +53,6 @@ LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
char **OutMessage);
-
-/** Deprecated: Use LLVMGetBitcodeModuleInContext instead. */
-LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
- LLVMMemoryBufferRef MemBuf,
- LLVMModuleProviderRef *OutMP,
- char **OutMessage);
-
-/** Deprecated: Use LLVMGetBitcodeModule instead. */
-LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf,
- LLVMModuleProviderRef *OutMP,
- char **OutMessage);
-
/**
* @}
*/
OpenPOWER on IntegriCloud