diff options
author | Maciej W. Rozycki <macro@mips.com> | 2018-02-14 01:13:31 -0800 |
---|---|---|
committer | Maciej W. Rozycki <macro@mips.com> | 2018-02-14 09:15:43 +0000 |
commit | d4dd94f863014a0d2daf42d94f393d294e9baa7e (patch) | |
tree | 4b0e156585c86107e5b857f8a254052c658154dc /ld/ldlex.h | |
parent | 85f2093ddc13e96585e9a44ee03b52f848ffbf75 (diff) | |
download | gdb-d4dd94f863014a0d2daf42d94f393d294e9baa7e.zip gdb-d4dd94f863014a0d2daf42d94f393d294e9baa7e.tar.gz gdb-d4dd94f863014a0d2daf42d94f393d294e9baa7e.tar.bz2 |
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.
Diffstat (limited to 'ld/ldlex.h')
-rw-r--r-- | ld/ldlex.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |