Bug 946116 - Remove unused isResumedSession variable from nsNSSCallbacks.cpp. r=bsmith

This commit is contained in:
Chris Peterson 2013-12-03 21:07:29 -08:00
Родитель 0ed28cd2b7
Коммит 6f76ca5751
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -1129,11 +1129,6 @@ void HandshakeCallback(PRFileDesc* fd, void* client_data) {
nsNSSSocketInfo* infoObject = (nsNSSSocketInfo*) fd->higher->secret;
// certificate validation sets IsFullHandshake, so if that flag
// is absent at handshake time we have a resumed session. Check this before
// PreliminaryHandshakeDone() because that function also sets that flag.
bool isResumedSession = !infoObject->IsFullHandshake();
// Do the bookkeeping that needs to be done after the
// server's ServerHello...ServerHelloDone have been processed, but that doesn't
// need the handshake to be completed.