summaryrefslogtreecommitdiff
path: root/security/nss/lib
diff options
context:
space:
mode:
authorrichard.freedman%sun.com <devnull@localhost>2006-05-15 17:11:08 +0000
committerrichard.freedman%sun.com <devnull@localhost>2006-05-15 17:11:08 +0000
commit33116cfec60df8ec70321145ed3f6093cf0b2fbe (patch)
tree82f42b4d193e6b4cd67aadbbb2cb0352d3bcc591 /security/nss/lib
parent4882e0f9cad073a257734981eae5ae2f0ff3f9ff (diff)
downloadnss-hg-33116cfec60df8ec70321145ed3f6093cf0b2fbe.tar.gz
Eliminate declaration of unreferenced variable
Diffstat (limited to 'security/nss/lib')
-rwxr-xr-xsecurity/nss/lib/libpkix/pkix/top/pkix_defaultcrlchecker.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/nss/lib/libpkix/pkix/top/pkix_defaultcrlchecker.c b/security/nss/lib/libpkix/pkix/top/pkix_defaultcrlchecker.c
index 0e164da66..13564fc8d 100755
--- a/security/nss/lib/libpkix/pkix/top/pkix_defaultcrlchecker.c
+++ b/security/nss/lib/libpkix/pkix/top/pkix_defaultcrlchecker.c
@@ -864,7 +864,6 @@ pkix_DefaultCRLChecker_Check_Helper(
void *nbioContext = NULL;
PKIX_Boolean certStoreCanBeUsed = PKIX_FALSE;
PKIX_CertStore *certStore = NULL;
- PKIX_UInt32 numEntries = 0;
PKIX_Error *storeError = NULL;
PKIX_ENTER(CERTCHAINCHECKER, "pkix_DefaultCRLChecker_Check_Helper");