diff options
Diffstat (limited to 'libbuild2/parser.cxx')
-rw-r--r-- | libbuild2/parser.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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); } |