aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-dump.c')
-rw-r--r--gcc/c-dump.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/c-dump.c b/gcc/c-dump.c
index 91acac8..73b973e 100644
--- a/gcc/c-dump.c
+++ b/gcc/c-dump.c
@@ -60,11 +60,6 @@ c_dump_tree (void *dump_info, tree t)
dump_stmt (di, t);
break;
- case DECL_STMT:
- dump_stmt (di, t);
- dump_child ("decl", DECL_STMT_DECL (t));
- break;
-
case DO_STMT:
dump_stmt (di, t);
dump_child ("body", DO_BODY (t));