From 009cb1684c5dc4bf335dcabd8ae73b0d0b052b2d Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Sun, 13 Mar 2005 17:58:31 +0000 Subject: [PATCH] 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(-) diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index 4decd8b5a65..2b0dd4925d2 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);