diff options
Diffstat (limited to 'lib/thread/test/mutex.myr')
-rw-r--r-- | lib/thread/test/mutex.myr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/thread/test/mutex.myr b/lib/thread/test/mutex.myr index eb15a5e..fd58df1 100644 --- a/lib/thread/test/mutex.myr +++ b/lib/thread/test/mutex.myr @@ -27,7 +27,6 @@ const incvar = { for var i = 0; i < 1000; i++ thread.mtxlock(&mtx) val++ - std.put("val: {}\n", val) thread.mtxunlock(&mtx) ;; thread.xadd(&done, 1) |