diff options
author | Gabriel Dos Reis <gdr@integrable-solutions.net> | 2002-11-14 21:34:19 +0000 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2002-11-14 21:34:19 +0000 |
commit | 9fc910d1ea18fde1720eaa8277d4ce6158772426 (patch) | |
tree | ac289f20a7136263e38f45d0436c089f23f6c3f3 /gcc/diagnostic.c | |
parent | a902a2dee7f36054a7e5bdd5981eac4fde383cd8 (diff) | |
download | gcc-9fc910d1ea18fde1720eaa8277d4ce6158772426.tar.gz |
* diagnostic.c (sorry): Don't repeat "sorry, unimplemented" text.
From-SVN: r59113
Diffstat (limited to 'gcc/diagnostic.c')
-rw-r--r-- | gcc/diagnostic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index 2596d03260e..b6794b80ff8 100644 --- a/gcc/diagnostic.c +++ b/gcc/diagnostic.c @@ -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); |