diff options
| author | 2012-09-05 18:10:21 -0700 | |
|---|---|---|
| committer | 2012-09-05 18:10:21 -0700 | |
| commit | 203cffbb905cd61d3fd92e29c4489ffeacf9b6e3 (patch) | |
| tree | 82027de1df91889e8bc0a292452d7be67d624729 | |
| parent | 25fd14b87cced64a179dee885573113be5e11944 (diff) | |
Remove __sh__ from atomic.cc
Missed in https://googleplex-android-review.googlesource.com/223277
Change-Id: I9dbbcaeeec7ff1f0a750cff1b89b60edf8cec142
| -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 |