From 497fa9d355a0216477107780aca61eecf1c2a6d0 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Mon, 16 Aug 1999 00:59:19 +0000 Subject: [PATCH] Fix typo in last change From-SVN: r28718 --- gcc/cp/pt.c | 1 - 1 file changed, 1 deletion(-) 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);