1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-01 08:41:55 +00:00

More cleanup

This commit is contained in:
momo5502
2022-04-24 11:21:04 +02:00
parent 1b14d5f657
commit 40b6f5efae
3 changed files with 9 additions and 14 deletions

View File

@ -138,9 +138,6 @@ namespace
switch (ioctr_code)
{
case HELLO_DRV_IOCTL:
debug_log("Hello from the Driver!\n");
break;
case HOOK_DRV_IOCTL:
try_apply_hook(irp_sp);
break;