From 932519463bca296054a3b5a8e07ad3505160a91b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Jul 2020 10:38:55 +0200 Subject: Get rid of no longer needed friend --- libbuild2/scope.hxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libbuild2/scope.hxx b/libbuild2/scope.hxx index bd1a70b..48731dc 100644 --- a/libbuild2/scope.hxx +++ b/libbuild2/scope.hxx @@ -664,10 +664,6 @@ namespace build2 explicit scope_map (context& c): ctx (c) {} - // Entities that can access bypassing the lock proof. - // - friend int main (int, char*[]); - LIBBUILD2_SYMEXPORT scope& find (const dir_path&); -- cgit v1.1