diff options
Diffstat (limited to 'lib/thread/mutex.myr')
-rw-r--r-- | lib/thread/mutex.myr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/thread/mutex.myr b/lib/thread/mutex.myr index b37f2fb..100ab45 100644 --- a/lib/thread/mutex.myr +++ b/lib/thread/mutex.myr @@ -1,5 +1,4 @@ use std -use sys use "atomic" |