aboutsummaryrefslogtreecommitdiff
path: root/build2/bin
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-02-14 12:32:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-02-14 14:53:51 +0200
commita523eb1b8b74a577e7ff0aa3fce4312acd4b3a75 (patch)
tree3cac12cad917eccfe8fffb57c7279f2d09bde0ca /build2/bin
parent8a7b3bb944ca08d240fc778a9269c6db0f9746f8 (diff)
Redo library meta-information protocol without match_only()
Diffstat (limited to 'build2/bin')
-rw-r--r--build2/bin/rule.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/build2/bin/rule.cxx b/build2/bin/rule.cxx
index 075af0e..446f91b 100644
--- a/build2/bin/rule.cxx
+++ b/build2/bin/rule.cxx
@@ -50,8 +50,6 @@ namespace build2
{
lib& t (xt.as<lib> ());
- // @@ We have to re-query it on each match_only()!
-
// Get the library type to build. If not set for a target, this
// should be configured at the project scope by init().
//