diff options
Diffstat (limited to 'security/nss/lib/util/nssrwlk.c')
-rw-r--r-- | security/nss/lib/util/nssrwlk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/nss/lib/util/nssrwlk.c b/security/nss/lib/util/nssrwlk.c index 5af021762..dbaeca24b 100644 --- a/security/nss/lib/util/nssrwlk.c +++ b/security/nss/lib/util/nssrwlk.c @@ -120,8 +120,6 @@ NSSRWLock_Destroy(NSSRWLock *rwlock) { PR_ASSERT(rwlock != NULL); PR_ASSERT(rwlock->rw_waiting_readers == 0); - PR_ASSERT(rwlock->rw_writer_locks == 0); - PR_ASSERT(rwlock->rw_reader_locks == 0); /* XXX Shouldn't we lock the PZLock before destroying this?? */ |