mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
- Remove unused zx include. This include redefines several symbols that are now coming from the SDK. See this SDK roll failure https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8826397088488060737/+/u/build_fuchsia_debug_x64_flutter_shell_platform_fuchsia:fuchsia_fuchsia_tests/stdout. This include does not appear to be used. - Replace use of non-standard countof C++ feature. This feature does not appear to be defined anymore in the latest toolchain.