diff options
author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-14 21:34:19 +0000 |
---|---|---|
committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-14 21:34:19 +0000 |
commit | 93f460bc2a78d455b9ce9ac0aab8aafcf41eddac (patch) | |
tree | ac289f20a7136263e38f45d0436c089f23f6c3f3 /gcc/diagnostic.c | |
parent | 9dd0ffbe11bbe34132c4f0a131bbc2031118cfa6 (diff) | |
download | gcc-93f460bc2a78d455b9ce9ac0aab8aafcf41eddac.tar.gz |
* diagnostic.c (sorry): Don't repeat "sorry, unimplemented" text.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59113 138bc75d-0d04-0410-961f-82ee72b054a4
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); |