[NTOS:KD] Remove an unreachable "break;"

On behalf of Kudratov Olimjon.
CORE-8545
This commit is contained in:
Serge Gautherie 2018-10-11 01:22:05 +02:00 committed by Pierre Schweitzer
parent 1acb5a9fab
commit 561a10056b

View file

@ -1525,7 +1525,6 @@ KdpGdbEnterDebuggerException(PEXCEPTION_RECORD ExceptionRecord,
ExReleaseFastMutex(&GspLock);
DPRINT("Thread %p leaving stub\n", PsGetCurrentThread());
return kdContinue;
break;
}
case 'k': /* kill the program */