summaryrefslogtreecommitdiff
path: root/pkev.h
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-01-10 21:19:43 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-01-10 21:19:43 -0500
commitc66b76a9d7356e747ab98f7feff249f316fb2840 (patch)
tree41834461a2612d4436ee41754380fab56a9372a7 /pkev.h
parent18880d891c9c2597420ebd606784ab9381d4a367 (diff)
pkev: dead assert
Diffstat (limited to 'pkev.h')
-rw-r--r--pkev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkev.h b/pkev.h
index 4f97c48..fcf0d2d 100644
--- a/pkev.h
+++ b/pkev.h
@@ -189,7 +189,6 @@ recreate:
void
pk_ev_destroy_mgr(pk_ev_mgr_id_T evmgr)
{
- assert(evmgr >= 0);
mtx_lock(&pk_ev_mstr.mtxs[evmgr]);
free(pk_ev_mstr.mgrs[evmgr]);
pk_ev_mstr.mgrs[evmgr] = NULL;