summaryrefslogtreecommitdiffstats
path: root/security/nss/coreconf
diff options
context:
space:
mode:
authorJ.C. Jones <jjones@mozilla.com>2019-12-06 15:36:44 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-12-06 15:36:44 +0100
commit836e72e96caf47add72a13a715722fad030f196c (patch)
tree7a9a2aeb77ea0e04ac1fc2779dd3cea591a0623e /security/nss/coreconf
parentd558cf6647406bdbb87c852772ad211670eff223 (diff)
downloadUXP-836e72e96caf47add72a13a715722fad030f196c.tar
UXP-836e72e96caf47add72a13a715722fad030f196c.tar.gz
UXP-836e72e96caf47add72a13a715722fad030f196c.tar.lz
UXP-836e72e96caf47add72a13a715722fad030f196c.tar.xz
UXP-836e72e96caf47add72a13a715722fad030f196c.zip
[NSS] Bug 1508776 - Remove unneeded refcounting from SFTKSession
SFTKSession objects are only ever actually destroyed at PK11 session closure, as the session is always the final holder -- and asserting refCount == 1 shows that to be true. Because of that, NSC_CloseSession can just call `sftk_DestroySession` directly and leave `sftk_FreeSession` as a no-op to be removed in the future.
Diffstat (limited to 'security/nss/coreconf')
-rw-r--r--security/nss/coreconf/coreconf.dep1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/nss/coreconf/coreconf.dep b/security/nss/coreconf/coreconf.dep
index 590d1bfae..5182f7555 100644
--- a/security/nss/coreconf/coreconf.dep
+++ b/security/nss/coreconf/coreconf.dep
@@ -10,4 +10,3 @@
*/
#error "Do not include this header file."
-