Remove CCDF_SWAP and CCDF_PARITY. They have never been implemented.

This commit is contained in:
Poul-Henning Kamp 2003-01-03 08:56:54 +00:00
parent 05f0a5a323
commit fc6db1e23f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108592
2 changed files with 0 additions and 4 deletions

View File

@ -103,10 +103,8 @@ of strings, or the word
.Dq none .
The flags are as follows:
.Bd -unfilled -offset indent
CCDF_SWAP 0x01 Interleave should be dmmax
CCDF_UNIFORM 0x02 Use uniform interleave
CCDF_MIRROR 0x04 Support mirroring
CCDF_PARITY 0x08 Support parity (not implemented yet)
.Ed
.Pp
The format in the

View File

@ -66,10 +66,8 @@ struct flagval {
char *fv_flag;
int fv_val;
} flagvaltab[] = {
{ "CCDF_SWAP", CCDF_SWAP },
{ "CCDF_UNIFORM", CCDF_UNIFORM },
{ "CCDF_MIRROR", CCDF_MIRROR },
{ "CCDF_PARITY", CCDF_PARITY },
{ NULL, 0 },
};