Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Dec 19, 2024
1 parent a79f2e3 commit 39b6afb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions crates/next-core/src/next_dynamic/dynamic_module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use anyhow::{bail, Result};
use indoc::formatdoc;
use turbo_rcstr::RcStr;
use turbo_tasks::{ResolvedVc, Vc};
use turbo_tasks_fs::FileSystemPath;
use turbopack_core::{
asset::{Asset, AssetContent},
chunk::{ChunkItem, ChunkItemExt, ChunkType, ChunkableModule, ChunkingContext},
Expand Down Expand Up @@ -39,16 +38,6 @@ impl NextDynamicEntryModule {
pub fn new(module: ResolvedVc<Box<dyn EcmascriptChunkPlaceable>>) -> Vc<Self> {
NextDynamicEntryModule { module }.cell()
}

#[turbo_tasks::function]
pub fn server_path(&self) -> Vc<FileSystemPath> {
self.module.ident().path()
}
}

#[turbo_tasks::function]
fn dynamic_modifier() -> Vc<RcStr> {
Vc::cell("next/dynamic entry".into())
}

#[turbo_tasks::function]
Expand Down

0 comments on commit 39b6afb

Please sign in to comment.