aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs/newfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/newfs/newfs.c')
-rw-r--r--sbin/newfs/newfs.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c
index ff7555537124..a1a0c772df5f 100644
--- a/sbin/newfs/newfs.c
+++ b/sbin/newfs/newfs.c
@@ -75,14 +75,6 @@ static const char rcsid[] =
#include <varargs.h>
#endif
-#include "mntopts.h"
-
-struct mntopt mopts[] = {
- MOPT_STDOPTS,
- MOPT_ASYNC,
- { NULL },
-};
-
#if __STDC__
void fatal(const char *fmt, ...) __printflike(1, 2);
#else