Skip to content

Commit

Permalink
Bug 1309446 - Remove unused variable, a=bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 17, 2016
1 parent 11ce4de commit 4c8f150
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ssl/ssl3con.c
Expand Up @@ -13009,7 +13009,6 @@ SSL_SignatureSchemePrefGet(PRFileDesc *fd, SSLSignatureScheme *schemes,
unsigned int *count, unsigned int maxCount)
{
sslSocket *ss;
unsigned int i;

ss = ssl_FindSocket(fd);
if (!ss) {
Expand Down

0 comments on commit 4c8f150

Please sign in to comment.