aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-09 10:38:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-09 10:38:55 +0200
commit932519463bca296054a3b5a8e07ad3505160a91b (patch)
treed0af06c9120c4738688de7d50dc278937fdaff8a
parentfe57a94367c18aa131d2a1a602d702edb2b15627 (diff)
Get rid of no longer needed friend
-rw-r--r--libbuild2/scope.hxx4
1 files changed, 0 insertions, 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&);