aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/operation.hxx
diff options
context:
space:
mode:
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&);
};