aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/utility
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/utility')
-rw-r--r--build2/cc/utility8
1 files changed, 1 insertions, 7 deletions
diff --git a/build2/cc/utility b/build2/cc/utility
index b1d07b8..ee3cb81 100644
--- a/build2/cc/utility
+++ b/build2/cc/utility
@@ -41,14 +41,8 @@ namespace build2
// Given the link order return the library member (liba or libs) to link.
//
- // Note that the const version assumes you have already called non-const
- // (which does the search, if necessary).
- //
- target&
- link_member (bin::lib&, lorder);
-
const target&
- link_member (const bin::lib&, lorder);
+ link_member (const bin::lib&, action, lorder);
}
}