diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-09-28 23:21:53 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-09-28 23:21:53 +0800 |
commit | 97b7d16d20e23022cd9d108c709bfc58488b162d (patch) | |
tree | 62f44b632c9566fc5e197a582293a2f969041e9f /lib/ephy-debug.c | |
parent | 5c1b08f757eca6ca9ba98e9691156484e854efd5 (diff) | |
download | gsoc2013-epiphany-97b7d16d20e23022cd9d108c709bfc58488b162d.tar gsoc2013-epiphany-97b7d16d20e23022cd9d108c709bfc58488b162d.tar.gz gsoc2013-epiphany-97b7d16d20e23022cd9d108c709bfc58488b162d.tar.bz2 gsoc2013-epiphany-97b7d16d20e23022cd9d108c709bfc58488b162d.tar.lz gsoc2013-epiphany-97b7d16d20e23022cd9d108c709bfc58488b162d.tar.xz gsoc2013-epiphany-97b7d16d20e23022cd9d108c709bfc58488b162d.tar.zst gsoc2013-epiphany-97b7d16d20e23022cd9d108c709bfc58488b162d.zip |
Remove "abort", since you can have the same with --g-fatal-warnings.
2004-09-28 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-debug.c: (trap_handler):
Remove "abort", since you can have the same with --g-fatal-warnings.
Diffstat (limited to 'lib/ephy-debug.c')
-rw-r--r-- | lib/ephy-debug.c | 4 |
1 files changed, 0 insertions, 4 deletions
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); - } } } |