From 8d0a26b47922425dc45f4cee564f32d8c0b8a0f3 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Tue, 13 May 2003 22:59:20 +0000 Subject: [PATCH] Bug 202593: the newly added 'lock' field in the NSSToken structure is not being used. git-svn-id: svn://10.0.0.236/trunk@142386 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/dev/devt.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/security/nss/lib/dev/devt.h b/mozilla/security/nss/lib/dev/devt.h index d77d6547cee..53cd95109ae 100644 --- a/mozilla/security/nss/lib/dev/devt.h +++ b/mozilla/security/nss/lib/dev/devt.h @@ -35,7 +35,7 @@ #define DEVT_H #ifdef DEBUG -static const char DEVT_CVS_ID[] = "@(#) $RCSfile: devt.h,v $ $Revision: 1.18 $ $Date: 2003-04-19 00:03:13 $ $Name: not supported by cvs2svn $"; +static const char DEVT_CVS_ID[] = "@(#) $RCSfile: devt.h,v $ $Revision: 1.19 $ $Date: 2003-05-13 22:59:20 $ $Name: not supported by cvs2svn $"; #endif /* DEBUG */ /* @@ -96,7 +96,6 @@ struct NSSTokenStr NSSTrustDomain *trustDomain; PRIntervalTime lastTime; nssTokenObjectCache *cache; - PZLock *lock; #ifdef NSS_3_4_CODE PK11SlotInfo *pk11slot; #endif