From a9ad04191cb56c42944b17980b8b2bb2afe11ab2 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 12 Aug 2009 22:10:57 +0000 Subject: This void is implicit in C++. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78848 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/ErrorHandling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/Support/ErrorHandling.h') diff --git a/include/llvm/Support/ErrorHandling.h b/include/llvm/Support/ErrorHandling.h index dccdf9b29c..159a3c5d16 100644 --- a/include/llvm/Support/ErrorHandling.h +++ b/include/llvm/Support/ErrorHandling.h @@ -45,7 +45,7 @@ namespace llvm { /// Restores default error handling behaviour. /// This must not be called between llvm_start_multithreaded() and /// llvm_stop_multithreaded(). - void llvm_remove_error_handler(void); + void llvm_remove_error_handler(); /// Reports a serious error, calling any installed error handler. /// If no error handler is installed the default is to print the message to -- cgit v1.2.3