Commit 5fa38924 by Mark Mitchell Committed by Mark Mitchell

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

From-SVN: r30368
parent 9581dc65
1999-11-02 Mark Mitchell <mark@codesourcery.com> 1999-11-02 Mark Mitchell <mark@codesourcery.com>
* decl.c (grokfndecl): Remove dead code.
* dump.c (dequeue_and_dump): Fix thinko for catch-clauses. * dump.c (dequeue_and_dump): Fix thinko for catch-clauses.
1999-11-02 Scott Snyder <snyder@fnal.gov> 1999-11-02 Scott Snyder <snyder@fnal.gov>
...@@ -14648,4 +14650,4 @@ Wed May 14 19:08:28 1997 Mike Stump <mrs@cygnus.com> ...@@ -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 (finish_function): Put the base init code for constructors just
after the parm cleanup insns. after the parm cleanup insns.
(struct cp_function): Add last_parm_cleanup_insn. (struct cp_function): Add last_parm_cleanup_insn.
(pu (pu
\ No newline at end of file
...@@ -8455,9 +8455,6 @@ grokfndecl (ctype, type, declarator, orig_declarator, virtualp, flags, quals, ...@@ -8455,9 +8455,6 @@ grokfndecl (ctype, type, declarator, orig_declarator, virtualp, flags, quals,
if (check < 0) if (check < 0)
return decl; return decl;
if (check && funcdef_flag)
DECL_INITIAL (decl) = error_mark_node;
if (flags == NO_SPECIAL && ctype && constructor_name (cname) == declarator) if (flags == NO_SPECIAL && ctype && constructor_name (cname) == declarator)
{ {
tree tmp; tree tmp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment