mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-07-25 15:40:32 +00:00
drop unused options --raw, -n, -e, --include and -I
* --raw appears to be ignored. It was marked as obsolete in the commitec3bc39, and documented as no longer supported as of 1.29 (2001-09-07). Support for %raw appears to have been dropped ine9955c83on 2002-06-11, but --raw was kept around. Maybe it's time to drop it as well? * Commite9955c83dropped support for %no-parser as well, and converted it to option. --no-parser was later dropped in728c4be2on 2007-08-12, but -n was kept around, probably as an omission. All three are documented as removed since 2.3b (2008-05-27). * -e existed for a single day in 2001. It was introduced ineeeb962bon 2001-11-27. The handling was removed inc7925b99on 2001-11-28, but "e" was kept in the list of short options. Probably an omission. * --include appears to be dead code. The option sets a variable, but that variable is not used anywhere. It was added inf6bd5427on 2001-11-26 as a %-directive, with comments that it's not yet implemented. It was converted to a command-line option later, but doesn't seem to ever have been actually implemented. Signed-off-by: Petr Machata <[email protected]> Signed-off-by: Akim Demaille <[email protected]>
This commit is contained in:
committed by
Akim Demaille
parent
f9340b27b2
commit
30465cb778
@@ -100,6 +100,7 @@ Peter Eisentraut [email protected]
|
||||
Peter Fales [email protected]
|
||||
Peter Hamorsky [email protected]
|
||||
Peter Simons [email protected]
|
||||
Petr Machata [email protected]
|
||||
Piotr Gackiewicz [email protected]
|
||||
Quentin Hocquet [email protected]
|
||||
Quoc Peyrot [email protected]
|
||||
|
||||
Reference in New Issue
Block a user