No need for manual coarsetime::Instant::update() anymore

This commit is contained in:
Nikolay Edigaryev 2026-01-14 18:27:17 +01:00
parent 6a95272dcf
commit 9ffa829add
1 changed files with 0 additions and 3 deletions

View File

@ -98,9 +98,6 @@ impl Proxy<'_> {
loop {
let (vm_readable, host_readable, interrupt) = self.poller.wait()?;
// Update coarse time for the DHCP snooper
coarsetime::Instant::update();
if vm_readable {
self.read_from_vm(buf.as_mut_slice())?;
}