From 4402d5fc6002769210bf06c97f6a3cc97f6e30ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 Aug 2017 20:07:26 +0200 Subject: Add perform_clean_group(), use instead of ad hoc implementation in cli rule --- build2/cli/rule.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'build2/cli/rule.hxx') diff --git a/build2/cli/rule.hxx b/build2/cli/rule.hxx index 6798a6b..9af1da4 100644 --- a/build2/cli/rule.hxx +++ b/build2/cli/rule.hxx @@ -29,9 +29,6 @@ namespace build2 static target_state perform_update (action, const target&); - - static target_state - perform_clean (action, const target&); }; } } -- cgit v1.1