From 97b7d16d20e23022cd9d108c709bfc58488b162d Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 28 Sep 2004 15:21:53 +0000 Subject: Remove "abort", since you can have the same with --g-fatal-warnings. 2004-09-28 Christian Persch * lib/ephy-debug.c: (trap_handler): Remove "abort", since you can have the same with --g-fatal-warnings. --- ChangeLog | 6 ++++++ lib/ephy-debug.c | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec96db563..3322e61c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-09-28 Christian Persch + + * lib/ephy-debug.c: (trap_handler): + + Remove "abort", since you can have the same with --g-fatal-warnings. + 2004-09-28 Christian Persch * doc/debugging.txt: diff --git a/lib/ephy-debug.c b/lib/ephy-debug.c index 2ea13bee4..b2a4c5a4b 100644 --- a/lib/ephy-debug.c +++ b/lib/ephy-debug.c @@ -116,10 +116,6 @@ trap_handler (const char *log_domain, raise (SIGSTOP); } - else if (strcmp (ephy_debug_break, "abort") == 0) - { - raise (SIGABRT); - } } } -- cgit v1.2.3