Get rid of hash_mode in autotune.c

This commit is contained in:
jsteube
2018-12-17 18:49:07 +01:00
parent f367b7ed91
commit 3c37daf94b
7 changed files with 25 additions and 1 deletions

View File

@@ -144,4 +144,5 @@ void module_register (module_ctx_t *module_ctx)
module_ctx->module_st_hash = module_st_hash;
module_ctx->module_st_pass = NULL;
module_ctx->module_tmp_size = NULL;
module_ctx->module_warmup_disable = NULL;
}