diff options
Diffstat (limited to 'gdb/exceptions.c')
-rw-r--r-- | gdb/exceptions.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c index e9fdb26..b9c96be 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -210,10 +210,6 @@ throw_exception (struct gdb_exception exception) quit_flag = 0; immediate_quit = 0; - /* Perhaps it would be cleaner to do this via the cleanup chain (not sure - I can think of a reason why that is vital, though). */ - bpstat_clear_actions (); - do_cleanups (ALL_CLEANUPS); /* Jump to the containing catch_errors() call, communicating REASON |