From fc27ec48c9d63879e4b0f049060e943233cb540d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 17 Oct 2016 15:43:47 +0200 Subject: Cleanup match_result mess --- build2/algorithm.ixx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build2/algorithm.ixx') 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 -- cgit v1.1