From 6da2b22ce5b211b1bb57688501cf6929307d6f2c Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 25 Sep 2000 12:38:55 +0000 Subject: GC some old no longer supported options. --- usr.sbin/vnconfig/vnconfig.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.sbin/vnconfig') diff --git a/usr.sbin/vnconfig/vnconfig.c b/usr.sbin/vnconfig/vnconfig.c index ad7e39e..c80d0db 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; -- cgit v1.1