diff options
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 271cc198403..92538b8ce10 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -1932,11 +1932,6 @@ dbxout_type (tree type, int full) stabstr_S ("eFalse:0,True:1,;"); break; - case FILE_TYPE: - stabstr_C ('d'); - dbxout_type (TREE_TYPE (type), 0); - break; - case COMPLEX_TYPE: /* Differs from the REAL_TYPE by its new data type number. R3 is NF_COMPLEX. We don't try to use any of the other NF_* |