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