Skip to content

Commit 45d58e6

Browse files
authored
Turbopack: remove unused function (#85974)
1 parent d5262c7 commit 45d58e6

File tree

1 file changed

+0
-7
lines changed
  • turbopack/crates/turbopack-ecmascript/src/chunk

1 file changed

+0
-7
lines changed

turbopack/crates/turbopack-ecmascript/src/chunk/item.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,6 @@ pub trait EcmascriptChunkItem: ChunkItem {
233233
) -> Vc<EcmascriptChunkItemContent> {
234234
self.content()
235235
}
236-
237-
/// Specifies which availability information the chunk item needs for code
238-
/// generation
239-
#[turbo_tasks::function]
240-
fn need_async_module_info(self: Vc<Self>) -> Vc<bool> {
241-
Vc::cell(false)
242-
}
243236
}
244237

245238
pub trait EcmascriptChunkItemExt {

0 commit comments

Comments
 (0)