mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 06:52:13 +00:00
dragonball: Remove unused definition
`EndpointProtocolFlags::ProtocolBackend` is removed due to no reference. Fixes: #8745 Signed-off-by: Xuewei Niu <niuxuewei.nxw@antgroup.com>
This commit is contained in:
parent
a7114a35a8
commit
f1fda3d6b0
@ -25,8 +25,6 @@ use crate::{Error as VirtioError, Result as VirtioResult};
|
|||||||
|
|
||||||
enum EndpointProtocolFlags {
|
enum EndpointProtocolFlags {
|
||||||
ProtocolMq = 1,
|
ProtocolMq = 1,
|
||||||
#[cfg(feature = "vhost-user-blk")]
|
|
||||||
ProtocolBackend = 2,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(super) struct Listener {
|
pub(super) struct Listener {
|
||||||
|
Loading…
Reference in New Issue
Block a user