Chromium Code Reviews| Index: runtime/vm/os_macos.cc |
| diff --git a/runtime/vm/os_macos.cc b/runtime/vm/os_macos.cc |
| index a4db52164a90072df4e3fcefada233b751ca4a2e..d4ff67912c6b0b7b1697b730a9d6f83e3cdfdc6a 100644 |
| --- a/runtime/vm/os_macos.cc |
| +++ b/runtime/vm/os_macos.cc |
| @@ -211,11 +211,6 @@ intptr_t OS::PreferredCodeAlignment() { |
| } |
| -bool OS::AllowStackFrameIteratorFromAnotherThread() { |
| - return false; |
| -} |
| - |
| - |
| int OS::NumberOfAvailableProcessors() { |
| return sysconf(_SC_NPROCESSORS_ONLN); |
| } |