aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>1999-08-16 00:59:19 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-08-16 00:59:19 +0000
commit497fa9d355a0216477107780aca61eecf1c2a6d0 (patch)
treec27da6fce806799df4d209e0244070890886a042
parent0c61f5414d8f8df2d10e7d7898b715796fad5684 (diff)
downloadgcc-497fa9d355a0216477107780aca61eecf1c2a6d0.zip
gcc-497fa9d355a0216477107780aca61eecf1c2a6d0.tar.gz
gcc-497fa9d355a0216477107780aca61eecf1c2a6d0.tar.bz2
Fix typo in last change
From-SVN: r28718
-rw-r--r--gcc/cp/pt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index f81975f..4087ef3 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);