Chromium Code Reviews| Index: runtime/vm/os_android.cc |
| diff --git a/runtime/vm/os_android.cc b/runtime/vm/os_android.cc |
| index 4f3b784c71c5811c3ec2b3654a138af63e79c655..5d9a678af8bf3323b6703b9b934c2596a798ead9 100644 |
| --- a/runtime/vm/os_android.cc |
| +++ b/runtime/vm/os_android.cc |
| @@ -225,11 +225,6 @@ intptr_t OS::PreferredCodeAlignment() { |
| } |
| -bool OS::AllowStackFrameIteratorFromAnotherThread() { |
| - return false; |
| -} |
| - |
| - |
| int OS::NumberOfAvailableProcessors() { |
| return sysconf(_SC_NPROCESSORS_ONLN); |
| } |