diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index 4decd8b5a652..2b0dd4925d29 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);