aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile-rule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/compile-rule.hxx')
-rw-r--r--build2/cc/compile-rule.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/build2/cc/compile-rule.hxx b/build2/cc/compile-rule.hxx
index a621414..b89a918 100644
--- a/build2/cc/compile-rule.hxx
+++ b/build2/cc/compile-rule.hxx
@@ -106,9 +106,7 @@ namespace build2
prefix_map
build_prefix_map (const scope&, action, target&, linfo) const;
- // Reverse-lookup target type from extension.
- //
- const target_type*
+ small_vector<const target_type*, 2>
map_extension (const scope&, const string&, const string&) const;
pair<auto_rmfile, bool>