store is never read again

This commit is contained in:
Love Hornquist Astrand
2009-07-29 22:37:58 +02:00
parent fa502c6648
commit 9b710bed81
7 changed files with 20 additions and 30 deletions

View File

@@ -1098,7 +1098,6 @@ _krb5_kcm_get_initial_ticket(krb5_context context,
krb5_keyblock *key)
{
krb5_error_code ret;
krb5_kcmcache *k = KCMCACHE(id);
krb5_storage *request;
ret = kcm_storage_request(context, KCM_OP_GET_INITIAL_TICKET, &request);