[NTOS:KD] Remove an unreachable "break;"
[reactos.git] / ntoskrnl / kd / wrappers / gdbstub_powerpc.c
index a0c1ba5..edc6904 100644 (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 */