From b74443e57159d9ace378736c3e389629afc54d0b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 25 Oct 2015 12:39:00 -0700 Subject: 2274 --- 011load.cc | 3 --- 1 file changed, 3 deletions(-) (limited to '011load.cc') diff --git a/011load.cc b/011load.cc index 793e474e..499583da 100644 --- a/011load.cc +++ b/011load.cc @@ -221,11 +221,8 @@ bool warn_on_redefine(const string& recipe_name) { } // for debugging -:(before "End Globals") -bool Show_rest_of_stream = false; :(code) void show_rest_of_stream(istream& in) { - if (!Show_rest_of_stream) return; cerr << '^'; char c; while (in >> c) { -- cgit 1.4.1-2-gfad0