LD: Remove a stale `ldlex_command' prototype

Complement commit d4e5e3c330d5 ("Use getopt instead of lex and yacc to
parse the command line.") and remove a stale `ldlex_command' prototype
for an inexistent function removed back in 1994.

	ld/
	* ldlex.h (ldlex_command): Remove prototype.
This commit is contained in:
Maciej W. Rozycki
2018-02-14 01:13:31 -08:00
parent 85f2093ddc
commit d4dd94f863
2 changed files with 4 additions and 1 deletions

View File

@ -176,7 +176,6 @@ extern void ldlex_version_file (void);
extern void ldlex_defsym (void);
extern void ldlex_expression (void);
extern void ldlex_both (void);
extern void ldlex_command (void);
extern void ldlex_popstate (void);
extern const char* ldlex_filename (void);