summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/mirror/object.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/mirror/object.h b/runtime/mirror/object.h
index e807ea4c6e..e19b524ef3 100644
--- a/runtime/mirror/object.h
+++ b/runtime/mirror/object.h
@@ -106,9 +106,6 @@ class MANAGED LOCKABLE Object {
// Get the read barrier state with a load-acquire.
ALWAYS_INLINE uint32_t GetReadBarrierStateAcquire() REQUIRES_SHARED(Locks::mutator_lock_);
-#ifndef USE_BAKER_OR_BROOKS_READ_BARRIER
- NO_RETURN
-#endif
ALWAYS_INLINE void SetReadBarrierState(uint32_t rb_state) REQUIRES_SHARED(Locks::mutator_lock_);
template<std::memory_order kMemoryOrder = std::memory_order_relaxed>