diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/atomic.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/atomic.cc b/src/atomic.cc index fb4de9c9de..2638b21cd3 100644 --- a/src/atomic.cc +++ b/src/atomic.cc @@ -49,9 +49,6 @@ namespace art { #define NEED_PTHREADS_QUASI_ATOMICS 1 #endif -#elif defined(__sh__) -#define NEED_PTHREADS_QUASI_ATOMICS 1 - #else #error "QuasiAtomic unsupported on this platform" #endif |