[NTOS:KD] Remove an unreachable "break;"
[reactos.git] / ntoskrnl / kd / wrappers / gdbstub_powerpc.c
index 032bc02..edc6904 100644 (file)
@@ -181,7 +181,7 @@ GdbGetChar(VOID)
 /* scan for the sequence $<data>#<Checksum>     */
 
 PCHAR
-GspGetPacket()
+GspGetPacket(VOID)
 {
     PCHAR Buffer = &GspInBuffer[0];
     CHAR Checksum;
@@ -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 */