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/bin/def-rule.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'libbuild2/bin') diff --git a/libbuild2/bin/def-rule.cxx b/libbuild2/bin/def-rule.cxx index 5eeff4a..d887be7 100644 --- a/libbuild2/bin/def-rule.cxx +++ b/libbuild2/bin/def-rule.cxx @@ -835,9 +835,6 @@ namespace build2 return target_state::changed; } - // @@ TODO: split into rule_name (string) and rule_version (integer) - // on next increment. - // const string def_rule::rule_id_ {"bin.def 2"}; } } -- cgit v1.1