Zap warning_begin() declaration. (Attempt two).
authorAndrew Cagney <cagney@redhat.com>
Fri, 8 Feb 2002 00:53:17 +0000 (00:53 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 8 Feb 2002 00:53:17 +0000 (00:53 +0000)
gdb/ChangeLog
gdb/defs.h

index 7576c2d26b819550392a347babf0cdb78b1da243..57d0bfbe4bf4789e732a1e594410fa4f6dd1e814 100644 (file)
@@ -1,5 +1,7 @@
 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
 
+       * defs.h (warning_begin): Delete declaration.
+
        * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
        Delete macro.
 
 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
 
        * defs.h (vwarning): Declare.
-       (warning_begin): Delete declaration.
        * utils.c (vwarning): New function.
        (warning): Call vwarning.
        (warning_begin): Delete function.
index 66e5ff0b082a853b0ff68a36625db1cc118497e7..396898c8800664a124aa617a2be2600115ccde6f 100644 (file)
@@ -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);
This page took 0.031807 seconds and 4 git commands to generate.