Remove the old SpinLock implementations
authorChristopher Dykes <cdykes@fb.com>
Fri, 14 Apr 2017 18:14:45 +0000 (11:14 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 14 Apr 2017 18:28:26 +0000 (11:28 -0700)
commit6226a99184a7b700f3038cf3d65879da8c2f83d3
treea40bc1b6e2b1ddabc065ce175553fdd31329f11f
parent6c4a55d047861f08753fc2a938abe9da75369add
Remove the old SpinLock implementations

Summary: They aren't actually needed as the primary implementation is supported on all platforms.

Reviewed By: yfeldblum

Differential Revision: D4882687

fbshipit-source-id: 7208c5d3c1f35b29b0cabb6a20fe030fbf10b131
folly/Makefile.am
folly/SpinLock.h
folly/detail/SpinLockImpl.h [deleted file]
folly/io/async/NotificationQueue.h
folly/test/SpinLockTest.cpp