Fix merge error from r1055

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1056 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek@gmail.com 2012-10-02 12:10:56 +00:00
parent a56db25fed
commit 9f8f461279

View file

@ -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() {