udp socket worker: remove dubious #[inline] hints

This commit is contained in:
Joakim Frostegård 2022-04-14 17:34:41 +02:00
parent f532ec1875
commit dcf6ceaec0

View file

@ -216,7 +216,6 @@ pub fn run_socket_worker(
}
}
#[inline]
fn read_requests(
config: &Config,
state: &State,
@ -383,7 +382,6 @@ pub fn handle_request(
}
}
#[inline]
fn send_responses(
state: &State,
config: &Config,