From 5efc7faaea8fc780cf0fc9d0629fc50ea4fbd3b4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Nov 2022 10:53:01 +0200 Subject: Tighten args const-ness in the run*() function family --- libbuild2/cc/compile-rule.cxx | 4 ---- libbuild2/cc/link-rule.cxx | 4 ---- 2 files changed, 8 deletions(-) (limited to 'libbuild2/cc') 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). 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") { } -- cgit v1.1