Closed
Bug 866949
Opened 12 years ago
Closed 12 years ago
Remove unused variables in ssl3_SendCertificateStatus
Categories
(NSS :: Libraries, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
3.15
People
(Reporter: wtc, Assigned: wtc)
References
Details
Attachments
(1 file)
773 bytes,
patch
|
KaiE
:
review+
wtc
:
checked-in+
|
Details | Diff | Splinter Review |
The local variables |certChain|, |i|, and |certIndex| in ssl3_SendCertificateStatus
are unused. The attached patch removes them.
(The ssl3_SendCertificateStatus function was added in bug 811331, in CVS rev. 1.204
of ssl3con.c.)
Attachment #743310 -
Flags: review?(kaie)
Assignee | ||
Comment 1•12 years ago
|
||
Comment on attachment 743310 [details] [diff] [review]
Patch
https://hg.mozilla.org/projects/nss/rev/800f8bfc40bc
Attachment #743310 -
Flags: checked-in+
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Attachment #743310 -
Flags: review?(kaie) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•