From 9f8f4612797b0f8bfd5aeda2d62aa15ad3e7eedd Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Tue, 2 Oct 2012 12:10:56 +0000 Subject: Fix merge error from r1055 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1056 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/linux/handler/exception_handler_unittest.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/linux/handler/exception_handler_unittest.cc') diff --git a/src/client/linux/handler/exception_handler_unittest.cc b/src/client/linux/handler/exception_handler_unittest.cc index 763adf07..890061e6 100644 --- a/src/client/linux/handler/exception_handler_unittest.cc +++ b/src/client/linux/handler/exception_handler_unittest.cc @@ -238,7 +238,6 @@ static bool FilterCallbackReturnTrue(void* context) { // redelivered to this handler. If the child dies with SIGSEGV then it wasn't. static void RaiseSIGKILL(int sig) { raise(SIGKILL); - return false; } static bool InstallRaiseSIGKILL() { -- cgit v1.2.1