1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-24 15:38:11 +00:00

Remove some unused code in autotune.c

This commit is contained in:
jsteube 2016-11-12 15:36:52 +01:00
parent 45ffc764ed
commit 9e0edcb4cc

View File

@ -216,8 +216,6 @@ static int autotune (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param
if (diff_new > diff) break; if (diff_new > diff) break;
diff_new = diff;
double exec_msec = try_run (hashcat_ctx, device_param, kernel_accel_try, kernel_loops_try); double exec_msec = try_run (hashcat_ctx, device_param, kernel_accel_try, kernel_loops_try);
for (int verifier_idx = 0; verifier_idx < VERIFIER_CNT; verifier_idx++) for (int verifier_idx = 0; verifier_idx < VERIFIER_CNT; verifier_idx++)