From 14adec0b92fe37ac11c9bc5a0191400f4964c29b Mon Sep 17 00:00:00 2001 From: ceri Date: Sun, 13 Mar 2005 17:58:31 +0000 Subject: Remove an unused #define. md5's with and without this commit match. Approved by: murray (mentor) --- usr.bin/quota/quota.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin/quota') diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index 4decd8b..2b0dd49 100644 --- a/usr.bin/quota/quota.c +++ b/usr.bin/quota/quota.c @@ -83,7 +83,6 @@ struct quotause { struct dqblk dqblk; char fsname[MAXPATHLEN + 1]; }; -#define FOUND 0x01 static const char *timeprt(time_t seconds); static struct quotause *getprivs(long id, int quotatype); -- cgit v1.1