aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/operation.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-06-02 08:34:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-06-02 08:36:23 +0200
commitb63824f48a0a38ed9a8c4b7306b1af92ccf2135b (patch)
tree21aab00dd77b0221d43b5e4b05bc57e4450e67ba /libbuild2/operation.hxx
parentad7b8477f177355e50b411b7296ae2e392d7a4be (diff)
Redo fallback reverse operation machinery in ad hoc recipes
Diffstat (limited to 'libbuild2/operation.hxx')
-rw-r--r--libbuild2/operation.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/operation.hxx b/libbuild2/operation.hxx
index cfd6a95..de3ae7c 100644
--- a/libbuild2/operation.hxx
+++ b/libbuild2/operation.hxx
@@ -233,8 +233,7 @@ namespace build2
// proxied through these functions.
//
bool (*adhoc_match) (const adhoc_rule&,
- action, target&, const string&, match_extra&,
- optional<action>);
+ action, target&, const string&, match_extra&);
recipe (*adhoc_apply) (const adhoc_rule&, action, target&, match_extra&);
};