actually remove old func

This commit is contained in:
Zomatree
2021-08-16 01:06:13 +01:00
parent d972395e43
commit 08fe01a7f2
2 changed files with 2 additions and 11 deletions

View File

@@ -439,7 +439,3 @@ impl Server {
})?)
}
}
fn is_false(value: &bool) -> bool {
!value
}