1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Stop turning 'mandatory' into an implicit 'count' line. i386/npx was the

only consumer of this and it is no longer needed.
This commit is contained in:
Peter Wemm 2001-01-19 13:20:50 +00:00
parent 558226eae7
commit 3fac4a6263
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71258

View File

@ -381,7 +381,6 @@ read_files(void)
*/
} else if (eq(wd, "mandatory")) {
mandatory = 1;
needcount = 1;
} else if (eq(wd, "count")) {
needcount = 1;
} else if (!eq(wd, "optional")) {