Chromium Code Reviews| Index: runtime/vm/os_macos.cc |
| diff --git a/runtime/vm/os_macos.cc b/runtime/vm/os_macos.cc |
| index 0ed04ec15be3a82280879e4e62194f9e3a73fc4a..3806ed512f0ba434a95722c83b76a346cb4cde8f 100644 |
| --- a/runtime/vm/os_macos.cc |
| +++ b/runtime/vm/os_macos.cc |
| @@ -90,7 +90,9 @@ int64_t OS::GetCurrentTimeMicros() { |
| } |
| +#if !TARGET_OS_IOS |
| static mach_timebase_info_data_t timebase_info; |
| +#endif |
| int64_t OS::GetCurrentMonotonicTicks() { |