1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

remove unused variable

ok millert@ jsing@
This commit is contained in:
chl 2008-10-09 18:33:15 +00:00
parent c510cb78f7
commit 399a684441

View File

@ -1,4 +1,4 @@
/* $OpenBSD: util.c,v 1.8 2008/06/19 19:16:04 tobias Exp $ */
/* $OpenBSD: util.c,v 1.9 2008/10/09 18:33:15 chl Exp $ */
/* $NetBSD: util.c,v 1.4 1995/03/26 04:55:35 glass Exp $ */
/*-
@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)util.c 8.4 (Berkeley) 4/2/94";
#else
static char rcsid[] = "$OpenBSD: util.c,v 1.8 2008/06/19 19:16:04 tobias Exp $";
static char rcsid[] = "$OpenBSD: util.c,v 1.9 2008/10/09 18:33:15 chl Exp $";
#endif
#endif /* not lint */
@ -68,7 +68,6 @@ int
atot(char *p, time_t *store)
{
struct tm tm;
time_t tval;
char *t;
if (!*p) {