From 99f171309fd9afcd26e2548e6df23d2301a5e020 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 22 Nov 2009 00:14:07 -0800 Subject: [PATCH] remove unused variables --- lib/krb5/kcm.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/krb5/kcm.c b/lib/krb5/kcm.c index 4a207f59f..cfa083bf1 100644 --- a/lib/krb5/kcm.c +++ b/lib/krb5/kcm.c @@ -145,9 +145,7 @@ krb5_kcm_storage_request(krb5_context context, static krb5_error_code kcm_alloc(krb5_context context, const char *name, krb5_ccache *id) { - krb5_error_code ret; krb5_kcmcache *k; - const char *path; k = malloc(sizeof(*k)); if (k == NULL) { @@ -1198,7 +1196,6 @@ _krb5_kcm_noop(krb5_context context, krb5_ccache id) { krb5_error_code ret; - krb5_kcmcache *k = KCMCACHE(id); krb5_storage *request; ret = krb5_kcm_storage_request(context, KCM_OP_NOOP, &request);