aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/bin
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-11-07 10:53:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-11-08 11:08:03 +0200
commit5efc7faaea8fc780cf0fc9d0629fc50ea4fbd3b4 (patch)
tree09a5e108372933a356ce87a7ea7edbe09295d582 /libbuild2/bin
parenta78a8fcd2506c6ea6046fed32a25f7df3eeca631 (diff)
Tighten args const-ness in the run*() function family
Diffstat (limited to 'libbuild2/bin')
-rw-r--r--libbuild2/bin/def-rule.cxx3
1 files changed, 0 insertions, 3 deletions
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"};
}
}