From f3ea26c759cc4dea94756f2893afc9b3dfc5a305 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Fri, 8 Jan 2010 12:58:20 +0100 Subject: [PATCH] remove unused variable --- lib/krb5/kuserok.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/krb5/kuserok.c b/lib/krb5/kuserok.c index 954148c11..4cc9be203 100644 --- a/lib/krb5/kuserok.c +++ b/lib/krb5/kuserok.c @@ -243,7 +243,6 @@ krb5_kuserok (krb5_context context, size_t buflen; struct passwd *pwd = NULL; char *profile_dir = NULL; - krb5_boolean free_profile_dir = FALSE; krb5_error_code ret; krb5_boolean result = FALSE;