From 1f772024f31cbaaf44508a9495dd747f63e73e1f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Oct 2022 17:35:03 +0200 Subject: Work around Clang 6, 7 codegen issues --- libbuild2/variable.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'libbuild2/variable.hxx') diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx index b281844..3b444e6 100644 --- a/libbuild2/variable.hxx +++ b/libbuild2/variable.hxx @@ -1396,7 +1396,6 @@ namespace build2 private: friend class context; friend class temp_scope; - friend void setup_root_extra (scope&, optional&); // Shared pool (public or project-private). The shared argument is // flag/context. -- cgit v1.1