diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index dce8a0f..ccd778b 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -85,14 +85,6 @@ #include "common/array-view.h" #include "common/gdb_optional.h" -/* Enums for exception-handling support. */ -enum exception_event_kind -{ - EX_EVENT_THROW, - EX_EVENT_RETHROW, - EX_EVENT_CATCH -}; - /* Prototypes for local functions. */ static void map_breakpoint_numbers (const char *, |