From 0a4754838f480f6c58e1d0ea2e03d88c79c45fd7 Mon Sep 17 00:00:00 2001 From: David Rhodus Date: Fri, 9 Jul 2004 19:13:40 +0000 Subject: [PATCH] Remove unused variable. --- usr.bin/stat/stat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/stat/stat.c b/usr.bin/stat/stat.c index 9ef3f5c9c0..049d1182ab 100644 --- a/usr.bin/stat/stat.c +++ b/usr.bin/stat/stat.c @@ -35,7 +35,7 @@ * * $NetBSD: stat.c,v 1.10 2003/05/08 13:05:38 atatat Exp $ * $FreeBSD: src/usr.bin/stat/stat.c,v 1.5 2003/05/11 23:02:09 dougb Exp $ - * $DragonFly: src/usr.bin/stat/stat.c,v 1.4 2003/08/14 18:28:45 dillon Exp $ + * $DragonFly: src/usr.bin/stat/stat.c,v 1.5 2004/07/09 19:13:40 drhodus Exp $ */ #include @@ -503,7 +503,6 @@ format1(const struct stat *st, struct group *gr; const struct timespec *tsp; struct timespec ts; - struct tm *tm; int l, small, formats; tsp = NULL; -- 2.41.0