Skip to content

Commit

Permalink
Remove unused SyncError trait
Browse files Browse the repository at this point in the history
  • Loading branch information
vswarte committed Jul 21, 2024
1 parent 5df2080 commit e88baa7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/cli/src/extract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ use fstools_formats::{bnd4::BND4, dcx::DcxHeader};
use indicatif::{ParallelProgressIterator, ProgressStyle};
use rayon::prelude::*;

pub trait SyncError: Sync + Send + Error + Sized {}

pub fn extract(
dvd_bnd: &DvdBnd,
recursive: bool,
Expand Down

0 comments on commit e88baa7

Please sign in to comment.