mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +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:
parent
558226eae7
commit
3fac4a6263
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71258
@ -381,7 +381,6 @@ next:
|
||||
*/
|
||||
} else if (eq(wd, "mandatory")) {
|
||||
mandatory = 1;
|
||||
needcount = 1;
|
||||
} else if (eq(wd, "count")) {
|
||||
needcount = 1;
|
||||
} else if (!eq(wd, "optional")) {
|
||||
|
Loading…
Reference in New Issue
Block a user