From f7bba792a10864f0a64a2a579306e3b20602c1dc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Mar 2016 17:14:01 +0200 Subject: Reset build state for each meta-operation --- build2/config/operation.cxx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'build2/config') diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx index 245aed7..e75f8d0 100644 --- a/build2/config/operation.cxx +++ b/build2/config/operation.cxx @@ -427,18 +427,6 @@ namespace build2 } } - static void - disfigure_meta_operation_post () - { - tracer trace ("disfigure_meta_operation_post"); - - // Reset the dependency state since anything that could have been - // loaded earlier using a previous configuration is now invalid. - // - l6 ([&]{trace << "resetting dependency state";}); - reset (); - } - meta_operation_info disfigure { "disfigure", "disfigure", @@ -451,7 +439,7 @@ namespace build2 &disfigure_match, &disfigure_execute, nullptr, // operation post - &disfigure_meta_operation_post + nullptr, // meta-operation post }; } } -- cgit v1.1