Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a84b7aa

Browse files
authored
[tests] Remove unused fuchsia.sys protocol reference (#41826)
Remove reference to unused fuchsia.sys.Environment protocol in test Realm setup. Besides being unused, the reference was not correctly matched by an #include, nor a GN build dependency. Bug: fxbug.dev/81285
1 parent 62cada8 commit a84b7aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shell/platform/fuchsia/flutter/tests/integration/utils/portable_ui_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ void PortableUITest::SetUpRealmBase() {
7777
// // Route base system services to flutter and the test UI stack.
7878
realm_builder_.AddRoute(Route{
7979
.capabilities = {Protocol{fuchsia::logger::LogSink::Name_},
80-
Protocol{fuchsia::sys::Environment::Name_},
8180
Protocol{fuchsia::sysmem::Allocator::Name_},
8281
Protocol{fuchsia::tracing::provider::Registry::Name_},
8382
Protocol{fuchsia::ui::input::ImeService::Name_},

0 commit comments

Comments
 (0)