diff options
Diffstat (limited to 'gcc/c-objc-common.c')
-rw-r--r-- | gcc/c-objc-common.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/c-objc-common.c b/gcc/c-objc-common.c index d044ba9..d011ef4 100644 --- a/gcc/c-objc-common.c +++ b/gcc/c-objc-common.c @@ -265,17 +265,6 @@ c_objc_common_finish_file (void) finish_cdtor (body); } - - { - int flags; - FILE *stream = dump_begin (TDI_all, &flags); - - if (stream) - { - dump_node (getdecls (), flags & ~TDF_SLIM, stream); - dump_end (TDI_all, stream); - } - } } /* Called during diagnostic message formatting process to print a |