* decl.c (grokfndecl): Remove dead code.

From-SVN: r30368
This commit is contained in:
Mark Mitchell 1999-11-03 06:58:48 +00:00 committed by Mark Mitchell
parent 9581dc651f
commit 5fa38924e7
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,7 @@
1999-11-02 Mark Mitchell <mark@codesourcery.com>
* decl.c (grokfndecl): Remove dead code.
* dump.c (dequeue_and_dump): Fix thinko for catch-clauses.
1999-11-02 Scott Snyder <snyder@fnal.gov>
@ -14648,4 +14650,4 @@ Wed May 14 19:08:28 1997 Mike Stump <mrs@cygnus.com>
(finish_function): Put the base init code for constructors just
after the parm cleanup insns.
(struct cp_function): Add last_parm_cleanup_insn.
(pu
(pu

View file

@ -8455,9 +8455,6 @@ grokfndecl (ctype, type, declarator, orig_declarator, virtualp, flags, quals,
if (check < 0)
return decl;
if (check && funcdef_flag)
DECL_INITIAL (decl) = error_mark_node;
if (flags == NO_SPECIAL && ctype && constructor_name (cname) == declarator)
{
tree tmp;