Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
gui1117 committed Jul 29, 2024
1 parent cd88ca2 commit c08e3f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dependencies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,6 @@ fn get_true() -> bool {
true
}

fn is_true(boolean: &bool) -> bool {
*boolean
}

fn is_false(boolean: &bool) -> bool {
!*boolean
}
Expand Down

0 comments on commit c08e3f7

Please sign in to comment.