From: Mark Mitchell Date: Mon, 16 Aug 1999 00:59:19 +0000 (+0000) Subject: Fix typo in last change X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=497fa9d355a0216477107780aca61eecf1c2a6d0;p=gcc.git Fix typo in last change From-SVN: r28718 --- diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index f81975ffdad..4087ef3a29d 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -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);