module: icp: remove unused me_threshold

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12901
This commit is contained in:
наб
2021-12-25 01:32:06 +01:00
committed by Brian Behlendorf
parent 7f90cf3043
commit cb6e9c3f5f
2 changed files with 21 additions and 94 deletions
-4
View File
@@ -246,10 +246,6 @@ typedef struct kcf_mech_entry {
crypto_mech_type_t me_mechid; /* Internal id for mechanism */
kmutex_t me_mutex; /* access protection */
kcf_prov_mech_desc_t *me_sw_prov; /* provider */
/*
* threshold for using hardware providers for this mech
*/
size_t me_threshold;
} kcf_mech_entry_t;
/*