From c535910b9e270b36a3c354ab28bb62762daf6006 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 23 Jul 2021 15:22:37 +0200 Subject: Remove duplicate friend declaration to make GCC 4.9 happy --- libbuild2/variable.hxx | 2 -- 1 file changed, 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. // -- cgit v1.1