From 1a362489a5e128088c15bcbedcce768ca7ff25ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 Aug 2017 20:20:22 +0200 Subject: Move support for disabling cleaning to common functions --- build2/version/rule.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'build2/version') diff --git a/build2/version/rule.cxx b/build2/version/rule.cxx index 3c9723e..a9d62ba 100644 --- a/build2/version/rule.cxx +++ b/build2/version/rule.cxx @@ -81,11 +81,6 @@ namespace build2 { doc& t (static_cast (xt)); - // If this is clean check if we were asked not to remove it. - // - if (a == perform_clean_id && !cast_true (t[var_clean])) - return noop_recipe; - // Derive the file name. // t.derive_path (); -- cgit v1.1