mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-23 14:08:31 +00:00
runtime-rs: fix unused driverInfo error
Remove the unused DriverInfo declaration or integrate it into the codebase where applicable. Fixes: #8927 Signed-off-by: yaoyinnan <35447132+yaoyinnan@users.noreply.github.com>
This commit is contained in:
parent
e11c520ffa
commit
9b7c5c69cf
@ -7,7 +7,7 @@
|
||||
mod create;
|
||||
pub use create::{create_link, LinkType};
|
||||
mod driver_info;
|
||||
pub use driver_info::{get_driver_info, DriverInfo};
|
||||
pub use driver_info::get_driver_info;
|
||||
mod macros;
|
||||
mod manager;
|
||||
pub use manager::get_link_from_message;
|
||||
|
Loading…
Reference in New Issue
Block a user