Skip to content

Commit

Permalink
chore: 🔥 remove unused fn
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed Nov 14, 2024
1 parent 40daa0d commit b96dcf8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/mako/src/plugins/ssu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ impl SUPlus {
alias_hash.wrapping_add(external_hash)
}

fn in_building_stage(&self) {
let mut s = self.stage.lock().unwrap();
*s = SSUScanStage::FirstBuild;
}

fn in_updating_stage(&self) {
let mut s = self.stage.lock().unwrap();
*s = SSUScanStage::Updating;
Expand Down

0 comments on commit b96dcf8

Please sign in to comment.