From 203cffbb905cd61d3fd92e29c4489ffeacf9b6e3 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Wed, 5 Sep 2012 18:10:21 -0700 Subject: Remove __sh__ from atomic.cc Missed in https://googleplex-android-review.googlesource.com/223277 Change-Id: I9dbbcaeeec7ff1f0a750cff1b89b60edf8cec142 --- src/atomic.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3-59-g8ed1b