1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Remove kw_raw. I've forgotten what it was intended for, and it was

probably obsoleted by some changes a couple of months ago.
This commit is contained in:
Greg Lehey 2003-06-12 05:28:18 +00:00
parent d2cd166745
commit 295cb8611f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116239

View File

@ -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,