mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[NTOS:KD] Remove an unreachable "break;"
On behalf of Kudratov Olimjon. CORE-8545
This commit is contained in:
parent
1acb5a9fab
commit
561a10056b
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue