aboutsummaryrefslogtreecommitdiff
path: root/libbuild2
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-07-23 15:22:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-07-23 15:22:37 +0200
commitc535910b9e270b36a3c354ab28bb62762daf6006 (patch)
tree8334fc4a072be195d7afd2b07d6a156bc670e080 /libbuild2
parent7292c24ba3e4c0016e40466239437fe5819c47de (diff)
Remove duplicate friend declaration to make GCC 4.9 happy
Diffstat (limited to 'libbuild2')
-rw-r--r--libbuild2/variable.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx
index c0f0fd9..fc446bc 100644
--- a/libbuild2/variable.hxx
+++ b/libbuild2/variable.hxx
@@ -1372,8 +1372,6 @@ namespace build2
friend class scope;
private:
- friend class parser;
-
// Note that in insert() NULL overridable is interpreted as false unless
// overridden by a pattern while in update() NULL overridable is ignored.
//