[NTOS:KD] Remove an unreachable "break;"
authorSerge Gautherie <reactos-git_serge_171003@gautherie.fr>
Wed, 10 Oct 2018 23:22:05 +0000 (01:22 +0200)
committerPierre Schweitzer <pierre@reactos.org>
Fri, 12 Oct 2018 06:43:02 +0000 (08:43 +0200)
On behalf of Kudratov Olimjon.
CORE-8545

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;
                 ExReleaseFastMutex(&GspLock);
                 DPRINT("Thread %p leaving stub\n", PsGetCurrentThread());
                 return kdContinue;
-                break;
               }
 
             case 'k':  /* kill the program */
               }
 
             case 'k':  /* kill the program */