summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2003-12-23 21:21:39 +0000
committerwchang0222%aol.com <devnull@localhost>2003-12-23 21:21:39 +0000
commit9ce86cbb69acb3cd70e360018de8ef3895016605 (patch)
tree12245576e6a007d3fc6de7a404c81b99891881cd
parent3c23679bcc55c5cfa14f439c33e13545a3524f9c (diff)
downloadnss-hg-9ce86cbb69acb3cd70e360018de8ef3895016605.tar.gz
Removed unused variable 'attribute'.
-rw-r--r--security/nss/lib/softoken/pkcs11.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/nss/lib/softoken/pkcs11.c b/security/nss/lib/softoken/pkcs11.c
index 965495fb6..0d77670f2 100644
--- a/security/nss/lib/softoken/pkcs11.c
+++ b/security/nss/lib/softoken/pkcs11.c
@@ -1040,7 +1040,6 @@ pk11_handlePublicKeyObject(PK11Session *session, PK11Object *object,
CK_BBOOL derive = CK_FALSE;
CK_BBOOL verify = CK_TRUE;
CK_ATTRIBUTE_TYPE pubKeyAttr = CKA_VALUE;
- PK11Attribute *attribute;
CK_RV crv;
switch (key_type) {