summaryrefslogtreecommitdiff
path: root/include
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
commit50005f6837d1b7fb2b885e062d1077d21110b07a (patch)
tree6dffe201cf29dc55b6be88e501f912075f07d946 /include
parent8cf8b10a5945e999f41d69b4760967e7ac36099f (diff)
Drop function that are deprecated since 2010.
These functions were deprecated in r97608. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm-c/BitReader.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/llvm-c/BitReader.h b/include/llvm-c/BitReader.h
index f3b388bc4fb..900bc5bc09f 100644
--- a/include/llvm-c/BitReader.h
+++ b/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);
-
/**
* @}
*/