Skip to content

Commit

Permalink
Bugzilla bug 90906: removed unused variable 'size'. The patch is from
Browse files Browse the repository at this point in the history
Serge GAUTHERIE <gautheri@noos.fr>. r=wtc.
  • Loading branch information
wchang0222%aol.com committed Apr 21, 2004
1 parent 8d27744 commit 6a8c0cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion security/nss/lib/softoken/pkcs11c.c
Expand Up @@ -349,7 +349,6 @@ pk11_InitGeneric(PK11Session *session,PK11SessionContext **contextPtr,

/* find the key */
if (keyPtr) {
unsigned int size;
key = pk11_ObjectFromHandle(hKey,session);
if (key == NULL) {
return CKR_KEY_HANDLE_INVALID;
Expand Down

0 comments on commit 6a8c0cb

Please sign in to comment.