diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-09 10:38:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-09 10:38:55 +0200 |
commit | 932519463bca296054a3b5a8e07ad3505160a91b (patch) | |
tree | d0af06c9120c4738688de7d50dc278937fdaff8a /libbuild2/scope.hxx | |
parent | fe57a94367c18aa131d2a1a602d702edb2b15627 (diff) |
Get rid of no longer needed friend
Diffstat (limited to 'libbuild2/scope.hxx')
-rw-r--r-- | libbuild2/scope.hxx | 4 |
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&); |