From a6b982030f30170bbff21c52359cd7b61285baff Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 8 Feb 2002 00:53:17 +0000 Subject: [PATCH] Zap warning_begin() declaration. (Attempt two). --- gdb/ChangeLog | 3 ++- gdb/defs.h | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7576c2d..57d0bfb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2002-02-07 Andrew Cagney + * defs.h (warning_begin): Delete declaration. + * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT): Delete macro. @@ -429,7 +431,6 @@ 2002-01-30 Andrew Cagney * defs.h (vwarning): Declare. - (warning_begin): Delete declaration. * utils.c (vwarning): New function. (warning): Call vwarning. (warning_begin): Delete function. diff --git a/gdb/defs.h b/gdb/defs.h index 66e5ff0..396898c 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); -- 2.7.4