mirror of
https://github.com/Z3Prover/z3
synced 2026-06-19 07:06:28 +00:00
add comment
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b5a3d4fcb0
commit
41471bbc3e
1 changed files with 1 additions and 0 deletions
|
|
@ -709,6 +709,7 @@ class parallel_solver {
|
|||
}
|
||||
}
|
||||
|
||||
// NSB: this function is not used
|
||||
void release_lease(unsigned worker_id, node_lease const& lease) {
|
||||
std::scoped_lock lock(mux);
|
||||
release_lease_unlocked(worker_id, lease.leased_node);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue