vhost_user_block: remove unneeded #[allow(dead_code)]

On-behalf-of: SAP philipp.schuster@sap.com
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
Philipp Schuster
2026-06-03 14:32:05 +02:00
committed by Rob Bradford
parent 4a6add8808
commit 42fc9fd151

View File

@@ -51,7 +51,6 @@ const POLL_QUEUE_US: u128 = 50;
type Result<T> = std::result::Result<T, Error>; type Result<T> = std::result::Result<T, Error>;
type VhostUserBackendResult<T> = std::result::Result<T, std::io::Error>; type VhostUserBackendResult<T> = std::result::Result<T, std::io::Error>;
#[allow(dead_code)]
#[derive(Error, Debug)] #[derive(Error, Debug)]
enum Error { enum Error {
/// Failed to create kill eventfd /// Failed to create kill eventfd