mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Remove the old async_io::DiskFile trait implementation from RawFileDiskAio, now that the new disk_file trait hierarchy is fully implemented. Clean up unused imports: DiskFile and DiskFileResult from crate::async_io. Signed-off-by: Muminul Islam <muislam@microsoft.com>