Remove dead code and symbols from lib jar so that modutil can compile when

linked with it.
This commit is contained in:
relyea%netscape.com 2003-01-28 16:39:32 +00:00
Родитель 368b83f17c
Коммит d58c1ec22c
2 изменённых файлов: 6 добавлений и 2 удалений

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

@ -342,7 +342,7 @@ PR_STATIC_CALLBACK(void) jar_moz_perm_fn (void *data)
PORT_SetError (perm_data->error);
status = CERT_AddTempCertToPerm (perm_data->cert, perm_data->nickname, perm_data->trust);
status = __CERT_AddTempCertToPerm (perm_data->cert, perm_data->nickname, perm_data->trust);
perm_data->status = status;
perm_data->error = PORT_GetError();

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

@ -1407,8 +1407,11 @@ char *JAR_cert_html
if (cert == NULL || *result < 0)
return NULL;
*result = 0;
*result = -1;
return NULL;
#ifdef notdef
html = CERT_HTMLCertInfo (cert, /* show images */ PR_TRUE,
/*show issuer*/PR_TRUE);
@ -1416,6 +1419,7 @@ char *JAR_cert_html
*result = -1;
return html;
#endif
}
/*