From: Benjamin Kosnik Date: Tue, 30 Jun 1998 13:46:34 +0000 (+0000) Subject: decl2.c (lang_decode_option): Remove warn_template_debugging. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f956d0d2fa4af69b1d392b1fd0e333973ffeff1;p=gcc.git decl2.c (lang_decode_option): Remove warn_template_debugging. 1998-06-30 benjamin kosnik * 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 --- 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; } }