[NTOS:KD] Remove /BREAK support left over, likely broken by 819a0ed90a7c1a5dedff08aa3...
[reactos.git] / ntoskrnl / kd / kdinit.c
index b5ec7f4..3a7071d 100644 (file)
@@ -26,7 +26,6 @@ KDP_DEBUG_MODE KdpDebugMode;
 #endif
 PKDP_INIT_ROUTINE WrapperInitRoutine;
 KD_DISPATCH_TABLE WrapperTable;
-BOOLEAN KdpEarlyBreak = FALSE;
 LIST_ENTRY KdProviders = {&KdProviders, &KdProviders};
 KD_DISPATCH_TABLE DispatchTable[KdMax];
 
@@ -188,7 +187,6 @@ KdInitSystem(ULONG BootPhase,
         _strupr(CommandLine);
 
         /* XXX Check for settings that we support */
-        if (strstr(CommandLine, "BREAK")) KdpEarlyBreak = TRUE;
         if (strstr(CommandLine, "NODEBUG")) KdDebuggerEnabled = FALSE;
         else if (strstr(CommandLine, "CRASHDEBUG")) KdDebuggerEnabled = FALSE;
         else if (strstr(CommandLine, "DEBUG"))