Bug 703834 - Part 3 - Remove extraneous variable mSSLStatus that was unintentionally left over in nsNSSSocketInfo, r=me

--HG--
extra : rebase_source : 958bf51b6869318deeedd272f244d1b4b6f3e196
This commit is contained in:
Brian Smith 2012-04-30 02:11:09 -07:00
Родитель f33fd848b9
Коммит 600eceaff8
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -128,9 +128,6 @@ private:
bool mRememberClientAuthCertificate;
PRIntervalTime mHandshakeStartTime;
/* SSL Status */
nsRefPtr<nsSSLStatus> mSSLStatus;
nsresult ActivateSSL();
nsCString mNegotiatedNPN;