diff options
Diffstat (limited to 'gcc/print-tree.c')
-rw-r--r-- | gcc/print-tree.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/print-tree.c b/gcc/print-tree.c index 466b7db7469..28f51b06352 100644 --- a/gcc/print-tree.c +++ b/gcc/print-tree.c @@ -611,9 +611,6 @@ print_node (FILE *file, const char *prefix, tree node, int indent) || code == QUAL_UNION_TYPE) && TYPE_NO_FORCE_BLK (node)) fputs (" no-force-blk", file); - else if (code == INTEGER_TYPE - && TYPE_IS_SIZETYPE (node)) - fputs (" sizetype", file); if (TYPE_STRING_FLAG (node)) fputs (" string-flag", file); |