diff options
Diffstat (limited to 'llvm/include/llvm-c/Core.h')
-rw-r--r-- | llvm/include/llvm-c/Core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index 0920c5d0b0d..6b62f33261e 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -411,7 +411,6 @@ void LLVMShutdown(); /*===-- Error handling ----------------------------------------------------===*/ -char *LLVMCreateMessage(const char *Message); void LLVMDisposeMessage(char *Message); |