From 42257647f90d9180cfbc5b20f8b1b7a0ffef7e26 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 11 Mar 2020 12:05:37 +0200 Subject: Minor config variable lookup cleanups --- libbuild2/config/utility.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbuild2/config/utility.cxx') 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 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 org (rs.find_original (var)); -- cgit v1.1