Skip to content

Commit e5372d5

Browse files
committed
Turbopack: remove unused method
1 parent 6c9b878 commit e5372d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/next-api/src/route.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use turbo_tasks::{
99
};
1010
use turbopack_core::{
1111
module_graph::{GraphEntries, ModuleGraph},
12-
output::{OptionOutputAsset, OutputAssets},
12+
output::OutputAssets,
1313
};
1414

1515
use crate::{operation::OptionEndpoint, paths::ServerPath, project::Project};
@@ -72,10 +72,6 @@ pub trait Endpoint {
7272
}
7373
#[turbo_tasks::function]
7474
fn module_graphs(self: Vc<Self>) -> Vc<ModuleGraphs>;
75-
#[turbo_tasks::function]
76-
fn polyfill_asset(self: Vc<Self>) -> Vc<OptionOutputAsset> {
77-
Vc::cell(None)
78-
}
7975
}
8076

8177
#[derive(

0 commit comments

Comments
 (0)