bug 135808, STAN_GetDefaultCryptoToken appears to leak a slot reference, but there are no callers of it. Removing function.

r=wtc
This commit is contained in:
ian.mcgreer%sun.com 2002-05-09 22:42:23 +00:00
Родитель 9bfbdfbccd
Коммит 6804ba674f
1 изменённых файлов: 1 добавлений и 11 удалений

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

@ -32,7 +32,7 @@
*/
#ifdef DEBUG
static const char CVS_ID[] = "@(#) $RCSfile: pki3hack.c,v $ $Revision: 1.52 $ $Date: 2002/05/07 20:38:57 $ $Name: $";
static const char CVS_ID[] = "@(#) $RCSfile: pki3hack.c,v $ $Revision: 1.53 $ $Date: 2002/05/09 22:42:23 $ $Name: $";
#endif /* DEBUG */
/*
@ -87,16 +87,6 @@ STAN_GetDefaultCryptoContext()
return g_default_crypto_context;
}
NSS_IMPLEMENT NSSToken *
STAN_GetDefaultCryptoToken
(
void
)
{
PK11SlotInfo *pk11slot = PK11_GetInternalSlot();
return PK11Slot_GetNSSToken(pk11slot);
}
NSS_IMPLEMENT PRStatus
STAN_LoadDefaultNSS3TrustDomain
(