mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue