aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/algorithm.ixx')
-rw-r--r--build2/algorithm.ixx3
1 files changed, 1 insertions, 2 deletions
diff --git a/build2/algorithm.ixx b/build2/algorithm.ixx
index ee4e338..b2c4941 100644
--- a/build2/algorithm.ixx
+++ b/build2/algorithm.ixx
@@ -86,8 +86,7 @@ namespace build2
{
auto rp (match_impl (a, t, false, &r));
const match_result& mr (rp.second);
- return make_pair (rp.first->apply (mr.recipe_action, t, mr),
- mr.recipe_action);
+ return make_pair (rp.first->apply (mr.recipe_action, t), mr.recipe_action);
}
group_view