Drop function that are deprecated since 2010.
These functions were deprecated in r97608. llvm-svn: 255927
This commit is contained in:
@@ -95,21 +95,3 @@ LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
|
||||
return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM,
|
||||
OutMessage);
|
||||
}
|
||||
|
||||
/* Deprecated: Use LLVMGetBitcodeModuleInContext instead. */
|
||||
LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
|
||||
LLVMMemoryBufferRef MemBuf,
|
||||
LLVMModuleProviderRef *OutMP,
|
||||
char **OutMessage) {
|
||||
return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf,
|
||||
reinterpret_cast<LLVMModuleRef*>(OutMP),
|
||||
OutMessage);
|
||||
}
|
||||
|
||||
/* Deprecated: Use LLVMGetBitcodeModule instead. */
|
||||
LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf,
|
||||
LLVMModuleProviderRef *OutMP,
|
||||
char **OutMessage) {
|
||||
return LLVMGetBitcodeModuleProviderInContext(LLVMGetGlobalContext(), MemBuf,
|
||||
OutMP, OutMessage);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user