Bug 202593: the newly added 'lock' field in the NSSToken structure is not

being used.
This commit is contained in:
wtc%netscape.com 2003-05-13 22:59:20 +00:00
Родитель 4711141981
Коммит 2efa58870a
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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: $";
static const char DEVT_CVS_ID[] = "@(#) $RCSfile: devt.h,v $ $Revision: 1.19 $ $Date: 2003-05-13 22:59:20 $ $Name: $";
#endif /* DEBUG */
/*
@ -96,7 +96,6 @@ struct NSSTokenStr
NSSTrustDomain *trustDomain;
PRIntervalTime lastTime;
nssTokenObjectCache *cache;
PZLock *lock;
#ifdef NSS_3_4_CODE
PK11SlotInfo *pk11slot;
#endif