OSDN Git Service

* diagnostic.c (sorry): Don't repeat "sorry, unimplemented" text.
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Nov 2002 21:34:19 +0000 (21:34 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Nov 2002 21:34:19 +0000 (21:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59113 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/diagnostic.c

index ae59f99..2fccc7e 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * diagnostic.c (sorry): Don't repeat "sorry, unimplemented" text.
+
 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
 
        * varasm.c (output_addressed_constants) [MINUS_EXPR]: Clear reloc if
index 2596d03..b6794b8 100644 (file)
@@ -1023,7 +1023,6 @@ sorry VPARAMS ((const char *msgid, ...))
 
   output_set_prefix
     (&global_dc->buffer, diagnostic_build_prefix (&diagnostic));
-  output_printf (&global_dc->buffer, "sorry, not implemented: ");
   output_format (&global_dc->buffer, &diagnostic.message);
   output_flush (&global_dc->buffer);
   VA_CLOSE (ap);