diff options
Diffstat (limited to 'libbuild2/cc/link-rule.cxx')
-rw-r--r-- | libbuild2/cc/link-rule.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libbuild2/cc/link-rule.cxx b/libbuild2/cc/link-rule.cxx index ff03fd9..af04ac7 100644 --- a/libbuild2/cc/link-rule.cxx +++ b/libbuild2/cc/link-rule.cxx @@ -254,10 +254,6 @@ namespace build2 link_rule:: link_rule (data&& d) : common (move (d)), - // - // @@ TODO: split into rule_name (string) and rule_version (integer) - // on next increment. - // rule_id (string (x) += ".link 3") { } |