We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5971d8 commit 2a7c1c8Copy full SHA for 2a7c1c8
driver/src/lib.rs
@@ -47,8 +47,6 @@ static mut HYPERVISOR: Option<Hypervisor> = None;
47
48
pub extern "system" fn driver_unload(_driver: &mut DRIVER_OBJECT) {
49
if let Some(mut hv) = unsafe { HYPERVISOR.take() } {
50
- hv.devirtualize();
51
-
52
core::mem::drop(hv);
53
}
54
0 commit comments