Skip to content

Commit

Permalink
fixup! Implement a chunk graph using a single graph traversal
Browse files Browse the repository at this point in the history
  • Loading branch information
wbinnssmith committed Dec 12, 2024
1 parent 3b0ef85 commit d053c5d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/next-api/src/module_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,6 @@ impl SingleModuleGraph {
) -> Result<Vc<Self>> {
SingleModuleGraph::new_inner(Some(root), &entries, &*visited_modules.await?).await
}

// #[turbo_tasks::function]
// async fn new_
}

/// Implements layout segment optimization to compute a graph "chain" for each layout segment
Expand Down

0 comments on commit d053c5d

Please sign in to comment.