From 0ba75dc08ed4913904dd47c839538b61a2901efb Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Sun, 17 Dec 2017 20:41:59 +0000 Subject: [PATCH] Revert hunk with debug code that was comitted by mistake From-SVN: r255766 --- gcc/lto-streamer-in.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.30.2