aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/vnconfig
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-09-25 12:38:55 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-09-25 12:38:55 +0000
commit93ce5ab0494881cf70ea4e08b2526c82c72003fb (patch)
treef15ec8b5d234c43853c462da0690962e3ed6ff00 /usr.sbin/vnconfig
parent11a0f7fe07d0faadef6159299f72d01438f68860 (diff)
downloadsrc-93ce5ab0494881cf70ea4e08b2526c82c72003fb.tar.gz
src-93ce5ab0494881cf70ea4e08b2526c82c72003fb.zip
GC some old no longer supported options.
Notes
Notes: svn path=/head/; revision=66352
Diffstat (limited to 'usr.sbin/vnconfig')
-rw-r--r--usr.sbin/vnconfig/vnconfig.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/vnconfig/vnconfig.c b/usr.sbin/vnconfig/vnconfig.c
index ad7e39ec60c6..c80d0db8a68d 100644
--- a/usr.sbin/vnconfig/vnconfig.c
+++ b/usr.sbin/vnconfig/vnconfig.c
@@ -238,7 +238,6 @@ what_opt(str,p)
if (!strcmp(str,"labels")) { *p |= VN_LABELS; return 0; }
if (!strcmp(str,"follow")) { *p |= VN_FOLLOW; return 0; }
if (!strcmp(str,"debug")) { *p |= VN_DEBUG; return 0; }
- if (!strcmp(str,"io")) { *p |= VN_IO; return 0; }
if (!strcmp(str,"all")) { *p |= ~0; return 0; }
if (!strcmp(str,"none")) { *p |= 0; return 0; }
return 1;