diff options
author | trav90 <travawine@palemoon.org> | 2018-08-12 07:57:10 -0500 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-08-12 07:57:10 -0500 |
commit | 9ac48ef8319087fcb68d9021db0af9d5cb1080af (patch) | |
tree | 425d7acdb472e54cb530684654d6786a50876fdf /security/nss/lib/ckfw/session.c | |
parent | 9d1bfd4dc7338a39642f07eeea316f76bec43b8c (diff) | |
download | UXP-9ac48ef8319087fcb68d9021db0af9d5cb1080af.tar UXP-9ac48ef8319087fcb68d9021db0af9d5cb1080af.tar.gz UXP-9ac48ef8319087fcb68d9021db0af9d5cb1080af.tar.lz UXP-9ac48ef8319087fcb68d9021db0af9d5cb1080af.tar.xz UXP-9ac48ef8319087fcb68d9021db0af9d5cb1080af.zip |
Simplify HeapSlot to make it trivially copyable
This removes the constructors, which were never called since we allocate arrays of HeapSlot with pod_malloc. The destructor is only ever called explicitly since we free this memory with js_free so it has been renamed to destroy(). Also removed is an unused manual barrier.
Diffstat (limited to 'security/nss/lib/ckfw/session.c')
0 files changed, 0 insertions, 0 deletions