From: Andi Kleen Date: Sun, 17 Dec 2017 20:41:59 +0000 (+0000) Subject: Revert hunk with debug code that was comitted by mistake X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ba75dc08ed4913904dd47c839538b61a2901efb;p=gcc.git Revert hunk with debug code that was comitted by mistake From-SVN: r255766 --- diff --git a/gcc/lto-streamer-in.c b/gcc/lto-streamer-in.c index a313b25907d..4d690c809c3 100644 --- a/gcc/lto-streamer-in.c +++ b/gcc/lto-streamer-in.c @@ -360,8 +360,6 @@ lto_input_tree_ref (struct lto_input_block *ib, struct data_in *data_in, case LTO_label_decl_ref: case LTO_translation_unit_decl_ref: case LTO_namelist_decl_ref: - if (!data_in->file_data->current_decl_state) - printf("tag %d\n", tag); ix_u = streamer_read_uhwi (ib); result = lto_file_decl_data_get_var_decl (data_in->file_data, ix_u); break;