diff --git a/reactos/ntoskrnl/ke/gate.c b/reactos/ntoskrnl/ke/gate.c index ce5c40206f6..1155d7d9a7f 100644 --- a/reactos/ntoskrnl/ke/gate.c +++ b/reactos/ntoskrnl/ke/gate.c @@ -138,7 +138,6 @@ KeSignalGateBoostPriority(PKGATE Gate) /* Reschedule the Thread */ DPRINT("Unblocking the Thread\n"); KiUnblockThread(WaitThread, &WaitStatus, EVENT_INCREMENT); - return; quit: /* Release the Dispatcher Database Lock */