diff options
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/defs.h b/gdb/defs.h index 66e5ff0b082..396898c8800 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -1166,8 +1166,6 @@ extern int catch_errors (catch_errors_ftype *, PTR, char *, return_mask); typedef void (catch_command_errors_ftype) (char *, int); extern int catch_command_errors (catch_command_errors_ftype *func, char *command, int from_tty, return_mask); -extern void warning_begin (void); - extern void warning (const char *, ...) ATTR_FORMAT (printf, 1, 2); extern void vwarning (const char *, va_list args); |