Skip to content

Commit

Permalink
Bug 1121269 - Remove TLS keys from bookkeeping in non-Nuwa processes …
Browse files Browse the repository at this point in the history
…too. r=thinker
  • Loading branch information
glandium committed Feb 11, 2015
1 parent 49deb40 commit 2790dec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mozglue/build/Nuwa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -765,9 +765,6 @@ __wrap_pthread_key_create(pthread_key_t *key, void (*destructor)(void*)) {

extern "C" MFBT_API int
__wrap_pthread_key_delete(pthread_key_t key) {
if (!sIsNuwaProcess) {
return REAL(pthread_key_delete)(key);
}
int rv = REAL(pthread_key_delete)(key);
if (rv != 0) {
return rv;
Expand Down

0 comments on commit 2790dec

Please sign in to comment.