| commit | 7c7e8ea57438fdd5f0e157e1937d4dbce19cff38 | [log] [tgz] |
|---|---|---|
| author | Alon Zakai <[email protected]> | Tue Nov 23 21:03:09 2021 |
| committer | Alon Zakai <[email protected]> | Tue Nov 23 21:03:09 2021 |
| tree | e1800ababacc9b71dcb5485ff5934a512506d7f2 | |
| parent | c5456e79fc8f579e551548f6f382b3a993fcac3f [diff] |
cleanup
diff --git a/system/lib/wasmfs/thread_utils.h b/system/lib/wasmfs/thread_utils.h index 67f9d25..3e424da 100644 --- a/system/lib/wasmfs/thread_utils.h +++ b/system/lib/wasmfs/thread_utils.h
@@ -143,7 +143,6 @@ std::lock_guard<std::mutex> invokeLock(invokeMutex); // Send the work over. -// std::lock_guard<std::mutex> lock(mutex); std::unique_lock<std::mutex> lock(mutex); work = newWork; finishedWork = false;