From 2530f9d4748c5b85c32c4d4e0ed4f852112c2235 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 23 Jul 2000 03:14:10 +0000 Subject: [PATCH] remove unused variable git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8784 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kadmin/util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kadmin/util.c b/kadmin/util.c index bd2da11f5..7a4ee834a 100644 --- a/kadmin/util.c +++ b/kadmin/util.c @@ -172,7 +172,6 @@ str2time_t (const char *str, time_t *time) { const char *p; struct tm tm, tm2; - char *t; memset (&tm, 0, sizeof (tm));