* diagnostic.c (sorry): Don't repeat "sorry, unimplemented" text.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Thu, 14 Nov 2002 21:34:19 +0000 (21:34 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Thu, 14 Nov 2002 21:34:19 +0000 (21:34 +0000)
From-SVN: r59113

gcc/ChangeLog
gcc/diagnostic.c

index ae59f99ea5910be87f98846d81792e15d71bcb6d..2fccc7e80f669ddc77fdc9ed5dd06bac67ea477e 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 2596d03260e7afdc8983b99600f16fa0f45b0e02..b6794b80ff8e16cc0557c8660c4ae6aa5ddbb01e 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);