diff --git a/sys/dev/vinum/vinumconfig.c b/sys/dev/vinum/vinumconfig.c index 79ad3098365..2c009219b72 100644 --- a/sys/dev/vinum/vinumconfig.c +++ b/sys/dev/vinum/vinumconfig.c @@ -33,7 +33,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: vinumconfig.c,v 1.41 2003/05/23 00:57:34 grog Exp $ + * $Id: vinumconfig.c,v 1.41 2003/05/23 00:57:34 grog Exp grog $ * $FreeBSD$ */ @@ -1569,10 +1569,6 @@ config_volume(int update) vol->flags &= ~VF_WRITETHROUGH; break; - case kw_raw: - vol->flags |= VF_RAW; /* raw volume (no label) */ - break; - default: throw_rude_remark(EINVAL, "volume %s, invalid keyword: %s", vol->name,