remove dbgpoint

This commit is contained in:
donnaskiez 2024-05-05 22:01:36 +10:00
parent 37f176e83e
commit e393666166

View file

@ -1390,7 +1390,6 @@ ValidateThreadsViaKernelApc()
SetApcAllocationInProgress(context);
EnumerateThreadListWithCallbackRoutine(ValidateThreadViaKernelApcCallback,
context);
__debugbreak();
UnsetApcAllocationInProgress(context);
return status;
}