From 113c43a42d20073428d46c04a1aa1cb305ea12d7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 25 Aug 2019 07:09:15 +0200 Subject: Split import into search and load steps This allows us to load things in a separate context. --- libbuild2/parser.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libbuild2/parser.cxx') diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx index d346afc..c1787d6 100644 --- a/libbuild2/parser.cxx +++ b/libbuild2/parser.cxx @@ -1823,11 +1823,7 @@ namespace build2 atype = type::append; // Append subsequent values. } else if (atype == type::prepend) - { - // Note: multiple values will be prepended in reverse. - // val->prepend (move (r), var); - } else val->append (move (r), var); } -- cgit v1.1