[FREELDR] Remove unnecessary checks. CORE-14280
[reactos.git] / boot / freeldr / freeldr / arch / i386 / hardware.c
index 62ee77f..a94ab48 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <freeldr.h>
 
-#define NDEBUG
 #include <debug.h>
 
 DBG_DEFAULT_CHANNEL(HWDETECT);
@@ -113,8 +112,6 @@ HalpCalibrateStallExecution(VOID)
 
     /* Stage 1:  Coarse calibration                                   */
 
-    WaitFor8254Wraparound();
-
     delay_count = 1;
 
     do