diff options
Diffstat (limited to 'gdb/exceptions.h')
-rw-r--r-- | gdb/exceptions.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/exceptions.h b/gdb/exceptions.h index b0416d4..8bd2dcc 100644 --- a/gdb/exceptions.h +++ b/gdb/exceptions.h @@ -31,7 +31,4 @@ extern void exception_fprintf (struct ui_file *file, const char *prefix, ...) ATTRIBUTE_PRINTF (3, 4); -/* Compare two exception objects for print equality. */ -extern int exception_print_same (const struct gdb_exception &e1, - const struct gdb_exception &e2); #endif |