diff options
Diffstat (limited to 'libbuild2/algorithm.cxx')
-rw-r--r-- | libbuild2/algorithm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/algorithm.cxx b/libbuild2/algorithm.cxx index f859eef..39df018 100644 --- a/libbuild2/algorithm.cxx +++ b/libbuild2/algorithm.cxx @@ -312,7 +312,7 @@ namespace build2 target_decl::implied, trace)); - assert (r.second.owns_lock ()); + assert (r.second); target& m (r.first); *mp = &m; |