summaryrefslogtreecommitdiff
path: root/include/llvm-c/Core.h
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 /include/llvm-c/Core.h
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 'include/llvm-c/Core.h')
-rw-r--r--include/llvm-c/Core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index 0920c5d0b0..6b62f33261 100644
--- a/include/llvm-c/Core.h
+++ b/include/llvm-c/Core.h
@@ -411,7 +411,6 @@ void LLVMShutdown();
/*===-- Error handling ----------------------------------------------------===*/
-char *LLVMCreateMessage(const char *Message);
void LLVMDisposeMessage(char *Message);