Bugzilla bug 90906: removed unused variable 'size'. The patch is from

Serge GAUTHERIE <gautheri@noos.fr>. r=wtc.
This commit is contained in:
wchang0222%aol.com 2004-04-21 18:57:51 +00:00
Родитель e8bb9dcc6c
Коммит b25daac5dc
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -349,7 +349,6 @@ pk11_InitGeneric(PK11Session *session,PK11SessionContext **contextPtr,
/* find the key */
if (keyPtr) {
unsigned int size;
key = pk11_ObjectFromHandle(hKey,session);
if (key == NULL) {
return CKR_KEY_HANDLE_INVALID;