diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-23 15:22:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-23 15:22:37 +0200 |
commit | c535910b9e270b36a3c354ab28bb62762daf6006 (patch) | |
tree | 8334fc4a072be195d7afd2b07d6a156bc670e080 | |
parent | 7292c24ba3e4c0016e40466239437fe5819c47de (diff) |
Remove duplicate friend declaration to make GCC 4.9 happy
-rw-r--r-- | libbuild2/variable.hxx | 2 |
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. // |