ffs: plug a set-but-not-used var

This commit is contained in:
Stefan Eßer 2022-04-19 16:48:59 +02:00
parent b92667b302
commit ecbbb0c85e

View File

@ -2177,7 +2177,7 @@ softdep_flushfiles(oldmnt, flags, td)
int flags; int flags;
struct thread *td; struct thread *td;
{ {
struct ufsmount *ump; struct ufsmount *ump __unused;
#ifdef QUOTA #ifdef QUOTA
int i; int i;
#endif #endif