diff --git a/src/status.c b/src/status.c index 4f95ada37..12e94e51f 100644 --- a/src/status.c +++ b/src/status.c @@ -923,12 +923,10 @@ char *status_get_time_estimated_absolute (const hashcat_ctx_t *hashcat_ctx) } // we need this check to avoid integer overflow - #if defined (_WIN) if (sec_etc > 100000000) { sec_etc = 100000000; } - #endif time_t now;