aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index aef2b70..ad45fdd 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -552,13 +552,11 @@ mark_goto_fixup (g)
/* Clear out all parts of the state in F that can safely be discarded
after the function has been compiled, to let garbage collection
- reclaim the memory. D is the declaration for the function just
- compiled. Its output may have been deferred. */
+ reclaim the memory. */
void
-free_stmt_status (f, d)
+free_stmt_status (f)
struct function *f;
- tree d ATTRIBUTE_UNUSED;
{
/* We're about to free the function obstack. If we hold pointers to
things allocated there, then we'll try to mark them when we do