Commit 3f956d0d by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent d2cabf16
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment