remove some unused code

This commit is contained in:
s1idewhist1e 2023-05-16 12:00:00 -07:00
parent 9d90403ec7
commit f183dd23c2
No known key found for this signature in database
GPG key ID: 9CC756BB9B325062
3 changed files with 0 additions and 9 deletions

View file

@ -285,10 +285,6 @@ impl Default for MaxCommentLength {
}
}
fn cluster_limit_default() -> u16 {
1
}
fn deliver_job_default() -> u16 {
128
}

View file

@ -1,3 +0,0 @@
pub fn idk() {
config::get_config();
}

View file

@ -1,4 +1,3 @@
use std::error;
use axum::Router;
@ -39,7 +38,6 @@ pub fn init() -> anyhow::Result<()> {
#[cfg(test)]
mod tests {
use std::{env, path::Path};
#[test]
fn test() {