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:
parent
d2cabf1629
commit
3f956d0d2f
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue