Revert hunk with debug code that was comitted by mistake
authorAndi Kleen <ak@gcc.gnu.org>
Sun, 17 Dec 2017 20:41:59 +0000 (20:41 +0000)
committerAndi Kleen <ak@gcc.gnu.org>
Sun, 17 Dec 2017 20:41:59 +0000 (20:41 +0000)
From-SVN: r255766

gcc/lto-streamer-in.c

index a313b25907d71a1f5a35a9e85f686833d9c9a5fd..4d690c809c3e4fa31a64be4f50cdc7f7cb3080e9 100644 (file)
@@ -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;