Description: Fixed a compiler warning introduced by commit 13c0d2f7b7850676042fe05c917a7d498135324f
@@ -356,7 +356,6 @@ _conf_setallciphers(int flag, char ***suplist, char ***unsuplist)
PRBool enabled = (flag == CIPHER_SET_ALL) ? PR_TRUE : PR_FALSE;
PRBool setme;
const PRUint16 *implementedCiphers = SSL_GetImplementedCiphers();
- SSLCipherSuiteInfo info;
_conf_init_ciphers();