diff options
Diffstat (limited to 'p11-kit')
-rw-r--r-- | p11-kit/proxy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/p11-kit/proxy.c b/p11-kit/proxy.c index 36a43a1..4e599c7 100644 --- a/p11-kit/proxy.c +++ b/p11-kit/proxy.c @@ -132,7 +132,6 @@ map_slot_to_real (Proxy *px, { CK_RV rv; - assert (px != NULL); assert (mapping != NULL); p11_lock (); @@ -158,7 +157,6 @@ map_session_to_real (Proxy *px, CK_RV rv = CKR_OK; Session *sess; - assert (px != NULL); assert (handle != NULL); assert (mapping != NULL); |