Remove an unused #define. md5's with and without this commit match.

Approved by:	murray (mentor)
This commit is contained in:
ceri 2005-03-13 17:58:31 +00:00
parent 91a107f4ab
commit 14adec0b92

View File

@ -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);