aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/parser.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-10-14 16:06:35 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-10-14 17:30:12 +0300
commit63b5b6416c6bde16560eb9b83a9e3122599369d5 (patch)
tree82c0f624aedebf6917aeb4c9b6648f8cdb9d3fc1 /libbuild2/parser.hxx
parentfbe94f38ee51e705202a2d5cf1f45b5e8a08d8c7 (diff)
Fix 'for [<attrs>] x: ...' to treat <attrs> as value attributes
Diffstat (limited to 'libbuild2/parser.hxx')
-rw-r--r--libbuild2/parser.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/libbuild2/parser.hxx b/libbuild2/parser.hxx
index 02d4f74..0d1e9e2 100644
--- a/libbuild2/parser.hxx
+++ b/libbuild2/parser.hxx
@@ -304,18 +304,6 @@ namespace build2
value&& rhs,
token_type assign_kind);
- void
- apply_value (const variable*, // Optional.
- value& lhs,
- value&& rhs,
- token_type assign_kind,
- const location&,
- //
- // Attributes:
- //
- const value_type* = nullptr,
- bool null = false);
-
// Return the value pack (values can be NULL/typed). Note that for an
// empty eval context ('()' potentially with whitespaces in between) the
// result is an empty pack, not a pack of one empty.