diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-12-27 13:27:39 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-12-27 13:27:39 -0800 |
commit | 4b61a59642d1a96bd9e0acea225009c02857ddf7 (patch) | |
tree | b74fd526402cc65fed5ee7459007dd817b662bec /lib/thread | |
parent | 85fac5706cb0c63869be6512e1d61731428e3b19 (diff) | |
download | mc-4b61a59642d1a96bd9e0acea225009c02857ddf7.tar.gz |
Remove references to half-assed locks.
Diffstat (limited to 'lib/thread')
-rw-r--r-- | lib/thread/bld.proj | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/thread/bld.proj b/lib/thread/bld.proj index b94628e..a11802b 100644 --- a/lib/thread/bld.proj +++ b/lib/thread/bld.proj @@ -12,11 +12,6 @@ lib thread = spawn+freebsd.myr exit+freebsd-x64.s - # shitty spinlock based fallbacks - condvar.myr - mutex.myr - future.myr - atomic-impl+x64.s atomic.myr ;; |