diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-30 13:46:34 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-30 13:46:34 +0000 |
commit | f0050a0426fbfb8dd6264ab6f01d48c2b5386a74 (patch) | |
tree | 0e2a40c8979a61895a2b9cbfe0dda989227397a2 /gcc/dbxout.c | |
parent | 436f53839ce0c8a57c1122209f8517ee4a501a46 (diff) | |
download | gcc-f0050a0426fbfb8dd6264ab6f01d48c2b5386a74.tar.gz |
1998-06-30 benjamin kosnik <bkoz@bliss.nabi.net>
* decl2.c (lang_decode_option): Remove warn_template_debugging.
* lang-options.h: Ditto.
* dbxout.c (dbxout_type_methods): Remove warn_template_debugging.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20842 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 5ab3736006b..9cdcef00474 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -814,13 +814,7 @@ dbxout_type_methods (type) { static int warned; if (!warned) - { warned = 1; -#ifdef HAVE_TEMPLATES - if (warn_template_debugging) - warning ("dbx info for template class methods not yet supported"); -#endif - } return; } } |