remove unused variable

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8784 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-23 03:14:10 +00:00
parent 72ba28e10a
commit 2530f9d474

View File

@@ -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));