summaryrefslogtreecommitdiff
path: root/lib/IR/Core.cpp
diff options
context:
space:
mode:
authorFilip Pizlo <fpizlo@apple.com>2013-05-21 20:03:01 +0000
committerFilip Pizlo <fpizlo@apple.com>2013-05-21 20:03:01 +0000
commit1441bf7a41b50075cf761cbc794ce3fd0b5762fc (patch)
tree7fab8692dbd8b536525b99af03b9653a328e0b3a /lib/IR/Core.cpp
parent52755c472a738e48a9687240368e4c1f78c45711 (diff)
downloadllvm-1441bf7a41b50075cf761cbc794ce3fd0b5762fc.tar.gz
llvm-1441bf7a41b50075cf761cbc794ce3fd0b5762fc.tar.bz2
llvm-1441bf7a41b50075cf761cbc794ce3fd0b5762fc.tar.xz
Roll out r182407 and r182408 because they broke builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182409 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR/Core.cpp')
-rw-r--r--lib/IR/Core.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/IR/Core.cpp b/lib/IR/Core.cpp
index 66610bd7f5..889d574290 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);
}