Skip to content

Commit

Permalink
Also delete Vc::connect method
Browse files Browse the repository at this point in the history
  • Loading branch information
bgw committed Jan 10, 2025
1 parent 97247f0 commit c1337a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions turbopack/crates/turbo-tasks/src/vc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,6 @@ impl<T> Vc<T>
where
T: ?Sized,
{
/// Connects the operation pointed to by this `Vc` to the current task.
pub fn connect(vc: Self) {
vc.node.connect()
}

/// Returns a debug identifier for this `Vc`.
pub async fn debug_identifier(vc: Self) -> Result<String> {
let resolved = vc.resolve().await?;
Expand Down

0 comments on commit c1337a2

Please sign in to comment.