mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Remove the legacy async_io::DiskFile implementation from RawFileDiskSync now that the new disk_file trait impls are in place. Remove unused imports: Seek, SeekFrom, DiskFile, and DiskFileResult. Signed-off-by: Muminul Islam <muislam@microsoft.com>