diff options
Diffstat (limited to 'build2/operation.cxx')
-rw-r--r-- | build2/operation.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
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 <iostream> // cout #include <build2/file.hxx> -#include <build2/dump.hxx> #include <build2/scope.hxx> #include <build2/target.hxx> #include <build2/algorithm.hxx> @@ -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 |