diff options
Diffstat (limited to 'gdb/exceptions.c')
-rw-r--r-- | gdb/exceptions.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c index 91ca7d5..0ca4c56 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -27,8 +27,6 @@ #include "serial.h" #include "gdbthread.h" -const struct gdb_exception exception_none = { 0, GDB_NO_ERROR, NULL }; - void prepare_to_throw_exception (void) { |