diff options
Diffstat (limited to 'lib/IR/Core.cpp')
-rw-r--r-- | lib/IR/Core.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/IR/Core.cpp b/lib/IR/Core.cpp index 66610bd..889d574 100644 --- a/lib/IR/Core.cpp +++ b/lib/IR/Core.cpp @@ -58,10 +58,6 @@ void LLVMShutdown() { /*===-- Error handling ----------------------------------------------------===*/ -char *LLVMCreateMessage(const char *Message) { - return strdup(Message); -} - void LLVMDisposeMessage(char *Message) { free(Message); } |