Fix typo in last change

From-SVN: r28718
This commit is contained in:
Mark Mitchell 1999-08-16 00:59:19 +00:00
parent 0c61f5414d
commit 497fa9d355
1 changed files with 0 additions and 1 deletions

View 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);