More cleanup

This commit is contained in:
momo5502
2022-04-24 21:23:54 +02:00
parent 1b14d5f657
commit 40b6f5efae
3 changed files with 9 additions and 14 deletions
-3
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;