Index: runtime/vm/atomic_win.h |
diff --git a/runtime/vm/atomic_win.h b/runtime/vm/atomic_win.h |
index 9f2411d13ddc2da4a84fd6e474473e5374e3cfed..55e47569cec0d4ffcf5854391338dd083bd38f1e 100644 |
--- a/runtime/vm/atomic_win.h |
+++ b/runtime/vm/atomic_win.h |
@@ -102,7 +102,6 @@ inline void AtomicOperations::DecrementBy(intptr_t* p, intptr_t value) { |
#endif |
} |
-#if !defined(USING_SIMULATOR) |
inline uword AtomicOperations::CompareAndSwapWord(uword* ptr, |
uword old_value, |
uword new_value) { |
@@ -129,7 +128,6 @@ inline uint32_t AtomicOperations::CompareAndSwapUint32(uint32_t* ptr, |
#error Unsupported host architecture. |
#endif |
} |
-#endif // !defined(USING_SIMULATOR) |
} // namespace dart |