diff --git a/virtio-core/src/probe.rs b/virtio-core/src/probe.rs index da95234636..5762912f8e 100644 --- a/virtio-core/src/probe.rs +++ b/virtio-core/src/probe.rs @@ -18,7 +18,6 @@ pub struct Device { unsafe impl Send for Device {} unsafe impl Sync for Device {} - pub const MSIX_PRIMARY_VECTOR: u16 = 0; /// VirtIO Device Probe