OSDN Git Service

Fix typo in last change
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Aug 1999 00:59:19 +0000 (00:59 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Aug 1999 00:59:19 +0000 (00:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28718 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/pt.c

index f81975f..4087ef3 100644 (file)
@@ -7262,7 +7262,6 @@ tsubst_expr (t, args, complain, in_decl)
        maybe_push_decl (decl);
        if (TREE_CODE (decl) == VAR_DECL)
          DECL_TEMPLATE_INSTANTIATED (decl) = 1;
-       maybe_push_decl (decl);
        start_decl_1 (decl);
        cp_finish_decl
          (decl, init, NULL_TREE, 0, /*init ? LOOKUP_ONLYCONVERTING :*/ 0);