diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-11 12:05:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-11 12:05:37 +0200 |
commit | 42257647f90d9180cfbc5b20f8b1b7a0ffef7e26 (patch) | |
tree | 909d8d327883af5da3ddce8ed6a00e6fa62f7aab /libbuild2/config/utility.cxx | |
parent | 891d13075769cbe1c50be3acd191359490b0af9a (diff) |
Minor config variable lookup cleanups
Diffstat (limited to 'libbuild2/config/utility.cxx')
-rw-r--r-- | libbuild2/config/utility.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/config/utility.cxx b/libbuild2/config/utility.cxx index 98047b7..a39d3e0 100644 --- a/libbuild2/config/utility.cxx +++ b/libbuild2/config/utility.cxx @@ -19,8 +19,7 @@ namespace build2 pair<lookup, bool> omitted (scope& rs, const variable& var) { - // This is a stripped-down version of the required() twisted - // implementation. + // This is a stripped-down version of the required()'s twisted logic. pair<lookup, size_t> org (rs.find_original (var)); |