From 21fdf9697ddfab0a9c082a91ae0a79b1b574774c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 14 Dec 2025 12:20:37 +0100 Subject: Bye bye h0k4 --- src/solvers/h48/distribution_h48.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/solvers/h48/distribution_h48.h') diff --git a/src/solvers/h48/distribution_h48.h b/src/solvers/h48/distribution_h48.h index 8b66c06..93a6933 100644 --- a/src/solvers/h48/distribution_h48.h +++ b/src/solvers/h48/distribution_h48.h @@ -44,11 +44,9 @@ getdistribution_h48( ) { getdistribution_data_t targ[THREADS]; wrapthread_define_var_thread_t(thread[THREADS]); - uint8_t pval, k; uint64_t local_distr[THREADS][INFO_DISTRIBUTION_LEN]; - uint64_t i, j, lines, lines_per_thread, c, cc; + uint64_t i, j, lines, lines_per_thread, c; - k = info->bits; lines = H48_LINES(info->h48h); lines_per_thread = DIV_ROUND_UP(lines, THREADS); @@ -56,7 +54,7 @@ getdistribution_h48( targ[i] = (getdistribution_data_t) { .min = i * lines_per_thread, .max = MIN((i+1) * lines_per_thread, lines), - .bits = k, + .bits = info->bits, .distr = local_distr[i], .table = table, }; -- cgit v1.3