Skip to content

Commit

Permalink
Delete dead raw_vc_set module (#8760)
Browse files Browse the repository at this point in the history
### Description

Looks like this is unused. Was added in #5584

### Testing Instructions

```
cargo check
cargo check --tests
```
  • Loading branch information
bgw committed Jul 16, 2024
1 parent de38c2c commit a946801
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion crates/turbo-tasks/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ mod once_map;
pub mod persisted_graph;
pub mod primitives;
mod raw_vc;
mod raw_vc_set;
mod rcstr;
mod read_ref;
pub mod registry;
Expand Down
24 changes: 0 additions & 24 deletions crates/turbo-tasks/src/raw_vc_set.rs

This file was deleted.

0 comments on commit a946801

Please sign in to comment.