diff options
Diffstat (limited to 'gcc/c-dump.c')
-rw-r--r-- | gcc/c-dump.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/c-dump.c b/gcc/c-dump.c index db03dfb566b..9e8280774c2 100644 --- a/gcc/c-dump.c +++ b/gcc/c-dump.c @@ -69,14 +69,6 @@ c_dump_tree (void *dump_info, tree t) dump_next_stmt (di, t); break; - case CASE_LABEL: - /* Note that a case label is not like other statements; there is - no way to get the line-number of a case label. */ - dump_child ("low", CASE_LOW (t)); - dump_child ("high", CASE_HIGH (t)); - dump_next_stmt (di, t); - break; - case CLEANUP_STMT: dump_stmt (di, t); dump_child ("decl", CLEANUP_DECL (t)); |