diff options
Diffstat (limited to 'libbuild2')
-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&); |