decl2.c (lang_decode_option): Remove warn_template_debugging.

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.

From-SVN: r20842
This commit is contained in:
Benjamin Kosnik 1998-06-30 13:46:34 +00:00 committed by Benjamin Kosnik
parent d2cabf1629
commit 3f956d0d2f

View file

@ -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;
}
}