summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2012-09-05 18:12:12 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2012-09-05 18:12:12 -0700
commit581b2ea85d9b382f6b14efadc9d2d36b526ef7c5 (patch)
treea4146befb7d28eafbe1afa7f436125895d22a0be /src
parentdc11a9b2a56b07eb4e0f0bfbc7ecc0b884ae232b (diff)
parent203cffbb905cd61d3fd92e29c4489ffeacf9b6e3 (diff)
Merge "Remove __sh__ from atomic.cc" into dalvik-dev
Diffstat (limited to 'src')
-rw-r--r--src/atomic.cc3
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