Skip to content

Commit

Permalink
Bug 950348 - Fix unused-but-set-variable 'fullHash' warning in pkix_p…
Browse files Browse the repository at this point in the history
…l_publickey.c, a=cykesiopka, r=emaldona
  • Loading branch information
cykesiopka committed Apr 2, 2015
1 parent d53f344 commit 8c99b28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/libpkix/pkix_pl_nss/pki/pkix_pl_publickey.c
Expand Up @@ -211,7 +211,6 @@ pkix_pl_PublicKey_Hashcode(
PKIX_UInt32 algOIDHash;
PKIX_UInt32 algParamsHash;
PKIX_UInt32 pubKeyHash;
PKIX_UInt32 fullHash;

PKIX_ENTER(PUBLICKEY, "pkix_pl_PublicKey_Hashcode");
PKIX_NULLCHECK_TWO(object, pHashcode);
Expand Down Expand Up @@ -239,8 +238,6 @@ pkix_pl_PublicKey_Hashcode(
(nssPubKey.data, nssPubKey.len, &pubKeyHash, plContext),
PKIX_HASHFAILED);

fullHash = algOIDHash + algParamsHash + pubKeyHash;

*pHashcode = pubKeyHash;

cleanup:
Expand Down

0 comments on commit 8c99b28

Please sign in to comment.