diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-08-16 00:59:19 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-08-16 00:59:19 +0000 |
commit | 497fa9d355a0216477107780aca61eecf1c2a6d0 (patch) | |
tree | c27da6fce806799df4d209e0244070890886a042 | |
parent | 0c61f5414d8f8df2d10e7d7898b715796fad5684 (diff) | |
download | gcc-497fa9d355a0216477107780aca61eecf1c2a6d0.zip gcc-497fa9d355a0216477107780aca61eecf1c2a6d0.tar.gz gcc-497fa9d355a0216477107780aca61eecf1c2a6d0.tar.bz2 |
Fix typo in last change
From-SVN: r28718
-rw-r--r-- | gcc/cp/pt.c | 1 |
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); |