decl2.c (lang_decode_option): Remove warn_template_debugging.
authorBenjamin Kosnik <bkoz@bliss.nabi.net>
Tue, 30 Jun 1998 13:46:34 +0000 (13:46 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 30 Jun 1998 13:46:34 +0000 (13:46 +0000)
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

gcc/dbxout.c

index 5ab3736006b693105e96f7f3d1576fc67822fe03..9cdcef00474c493e09da51e6a41a2b1a65c0ee32 100644 (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;
       }
   }