summaryrefslogtreecommitdiff
path: root/security/nss/cmd/symkeyutil
diff options
context:
space:
mode:
authorjulien.pierre.bugs%sun.com <devnull@localhost>2005-04-02 05:26:58 +0000
committerjulien.pierre.bugs%sun.com <devnull@localhost>2005-04-02 05:26:58 +0000
commit1734c5c1b40343f02321e8379422e2bc391de81f (patch)
treeb22b634c6547e493168485d6fe0d7bd12714c269 /security/nss/cmd/symkeyutil
parent23c4999b582b5d2a79a4f70d6ffcd867f2f219b1 (diff)
downloadnss-hg-1734c5c1b40343f02321e8379422e2bc391de81f.tar.gz
Remove unused variable
Diffstat (limited to 'security/nss/cmd/symkeyutil')
-rw-r--r--security/nss/cmd/symkeyutil/symkeyutil.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/nss/cmd/symkeyutil/symkeyutil.c b/security/nss/cmd/symkeyutil/symkeyutil.c
index 720d86406..9eb23b693 100644
--- a/security/nss/cmd/symkeyutil/symkeyutil.c
+++ b/security/nss/cmd/symkeyutil/symkeyutil.c
@@ -319,7 +319,6 @@ PrintKey(PK11SymKey *symKey)
int len = PK11_GetKeyLength(symKey);
int strength = PK11_GetKeyStrength(symKey, NULL);
SECItem *value = NULL;
- SECItem *id = NULL; /* need to read the ID of a key */
CK_KEY_TYPE type = PK11_GetSymKeyType(symKey);
(void) PK11_ExtractKeyValue(symKey);