summaryrefslogtreecommitdiffstats
path: root/vm/Atomic.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-10-12 11:13:19 -0700
committerElliott Hughes <enh@google.com>2012-10-12 11:13:19 -0700
commitca427a772df20c1fb7838b00eb5165d92cdbfe2b (patch)
tree0b5bfbe7c7ff7460d29329d06709f1d554a3cf14 /vm/Atomic.cpp
parent0138866d22a58269602a45adf30d69ec55910b43 (diff)
downloadandroid_dalvik-ca427a772df20c1fb7838b00eb5165d92cdbfe2b.tar.gz
android_dalvik-ca427a772df20c1fb7838b00eb5165d92cdbfe2b.tar.bz2
android_dalvik-ca427a772df20c1fb7838b00eb5165d92cdbfe2b.zip
Remove (one last?) __sh__.
Zombies everywhere! I think this is the last one that isn't in third-party code, though I'm pretty sure I've said that before. Change-Id: I07c88a07c694eea646bee85c5e9ad3004b3a03e1
Diffstat (limited to 'vm/Atomic.cpp')
-rw-r--r--vm/Atomic.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/vm/Atomic.cpp b/vm/Atomic.cpp
index bd2255ba3..ccbf64af0 100644
--- a/vm/Atomic.cpp
+++ b/vm/Atomic.cpp
@@ -42,9 +42,6 @@
#define NEED_PTHREADS_QUASI_ATOMICS 1
#endif
-#elif defined(__sh__)
-#define NEED_PTHREADS_QUASI_ATOMICS 1
-
#else
#error "Unsupported atomic operations for this platform"
#endif