Index: src/platform-freebsd.cc |
diff --git a/src/platform-freebsd.cc b/src/platform-freebsd.cc |
index 4305ccb28888888795757d2101948d0c5eb64166..e2c2c42de5864e5d89ab9c6c442afc9f04a9c317 100644 |
--- a/src/platform-freebsd.cc |
+++ b/src/platform-freebsd.cc |
@@ -85,12 +85,6 @@ void OS::PostSetUp() { |
} |
-void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { |
- __asm__ __volatile__("" : : : "memory"); |
- *ptr = value; |
-} |
- |
- |
uint64_t OS::CpuFeaturesImpliedByPlatform() { |
return 0; // FreeBSD runs on anything. |
} |