summaryrefslogtreecommitdiff
path: root/security/nss/lib
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2004-04-21 18:57:51 +0000
committerwchang0222%aol.com <devnull@localhost>2004-04-21 18:57:51 +0000
commitdf7b8b2aff522129abd2421d28e4aedac40741b1 (patch)
tree7054a8431e5548ec81266409249f786693733977 /security/nss/lib
parent7e37157fbdff96cca9260f5b115d2f536237dea3 (diff)
downloadnss-hg-df7b8b2aff522129abd2421d28e4aedac40741b1.tar.gz
Bugzilla bug 90906: removed unused variable 'size'. The patch is from
Serge GAUTHERIE <gautheri@noos.fr>. r=wtc.
Diffstat (limited to 'security/nss/lib')
-rw-r--r--security/nss/lib/softoken/pkcs11c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/nss/lib/softoken/pkcs11c.c b/security/nss/lib/softoken/pkcs11c.c
index e4cb96bdd..43e6bc414 100644
--- a/security/nss/lib/softoken/pkcs11c.c
+++ b/security/nss/lib/softoken/pkcs11c.c
@@ -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;