aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/scope.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/scope.hxx')
-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&);