From b71fa164192f1af8b702e1578cf202b510a9b281 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 27 Nov 2018 14:20:10 +0200 Subject: Add --dump option, omit state dumping from verbosity level 6 --- build2/operation.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'build2/operation.cxx') diff --git a/build2/operation.cxx b/build2/operation.cxx index 03d0476..0fd0a95 100644 --- a/build2/operation.cxx +++ b/build2/operation.cxx @@ -7,7 +7,6 @@ #include // cout #include -#include #include #include #include @@ -131,9 +130,6 @@ namespace build2 { tracer trace ("match"); - if (verb >= 6) - dump (); - { phase_lock l (run_phase::match); @@ -249,9 +245,6 @@ namespace build2 // Phase restored to load. // assert (phase == run_phase::load); - - if (verb >= 6) - dump (a); } void -- cgit v1.1