[dart runner] Remove unused use statements from dart runner manifest. (flutter/engine#34652)

This commit is contained in:
Naud Ghebre 2022-07-13 21:21:34 -04:00 committed by GitHub
parent 618653360b
commit f11acdefe3
2 changed files with 0 additions and 13 deletions

View File

@ -13,11 +13,6 @@
},
],
use: [
{
directory: "config-data",
rights: [ "r*" ],
path: "/config/data",
},
{
protocol: [
"fuchsia.device.NameProvider", // For fdio uname()

View File

@ -17,14 +17,6 @@
path: "/svc/fuchsia.component.runner.ComponentRunner",
},
],
use: [
{
protocol: [
"fuchsia.sys.Environment",
"fuchsia.sys.Loader",
],
},
],
expose: [
{
runner: "dart_jit_runner",