diff options
author | ted.mielczarek@gmail.com <ted.mielczarek@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2012-10-02 12:10:56 +0000 |
---|---|---|
committer | ted.mielczarek@gmail.com <ted.mielczarek@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2012-10-02 12:10:56 +0000 |
commit | 9f8f4612797b0f8bfd5aeda2d62aa15ad3e7eedd (patch) | |
tree | 6c752c98e2252c7395836a92abdb19c1cd2f13b5 /src/client/linux/handler | |
parent | Fix linux compile errors for some systems. (diff) | |
download | breakpad-9f8f4612797b0f8bfd5aeda2d62aa15ad3e7eedd.tar.xz |
Fix merge error from r1055
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1056 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/linux/handler')
-rw-r--r-- | src/client/linux/handler/exception_handler_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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() { |