mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
udp socket worker: remove dubious #[inline] hints
This commit is contained in:
parent
f532ec1875
commit
dcf6ceaec0
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue