diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 0b38f08..88bef20 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -321,7 +321,6 @@ remap_type (tree type, inline_data *id) walk_tree (&TYPE_FIELDS (new), copy_body_r, id, NULL); break; - case FILE_TYPE: case OFFSET_TYPE: default: /* Shouldn't have been thought variable sized. */ |