mirror of https://github.com/openzfs/zfs.git
module: icp: remove useless assert
Which produces a warning since uints are, by definition, >=0 Reviewed-by: Alejandro Colomar <alx.manpages@gmail.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13110
This commit is contained in:
parent
5cf3c24fd8
commit
0ea6510aa0
|
@ -136,8 +136,6 @@ kcf_prov_tab_rem_provider(crypto_provider_id_t prov_id)
|
|||
{
|
||||
kcf_provider_desc_t *prov_desc;
|
||||
|
||||
ASSERT(prov_tab_num >= 0);
|
||||
|
||||
/*
|
||||
* Validate provider id, since it can be specified by a 3rd-party
|
||||
* provider.
|
||||
|
|
Loading…
Reference in New Issue