diff options
Diffstat (limited to 'libbuild2/cc/compile-rule.cxx')
-rw-r--r-- | libbuild2/cc/compile-rule.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libbuild2/cc/compile-rule.cxx b/libbuild2/cc/compile-rule.cxx index 70f67bc..7ccaeb4 100644 --- a/libbuild2/cc/compile-rule.cxx +++ b/libbuild2/cc/compile-rule.cxx @@ -265,10 +265,6 @@ namespace build2 compile_rule:: compile_rule (data&& d, const scope& rs) : common (move (d)), - // - // @@ TODO: split into rule_name (string) and rule_version (integer) - // on next increment. - // rule_id (string (x) += ".compile 6") { // Locate the header cache (see enter_header() for details). |