diff options
Diffstat (limited to 'gcc/tree-pretty-print.c')
-rw-r--r-- | gcc/tree-pretty-print.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c index 75b939a..81414d1 100644 --- a/gcc/tree-pretty-print.c +++ b/gcc/tree-pretty-print.c @@ -1124,9 +1124,6 @@ dump_block_node (pretty_printer *pp, tree block, int spc, dump_flags_t flags) if (flags & TDF_ADDRESS) pp_printf (pp, "[%p] ", (void *) block); - if (BLOCK_ABSTRACT (block)) - pp_string (pp, "[abstract] "); - if (TREE_ASM_WRITTEN (block)) pp_string (pp, "[written] "); |