gas: drop generate_asm_lineno emulation hook

It's not wired up, so can't be used.
This commit is contained in:
Jan Beulich
2024-10-04 09:38:05 +02:00
parent ccaa95c887
commit d6b42c3035
5 changed files with 0 additions and 14 deletions

View File

@@ -63,7 +63,6 @@ struct format_ops {
int (*s_get_type) (symbolS *);
void (*s_set_type) (symbolS *, int);
void (*copy_symbol_attributes) (symbolS *, symbolS *);
void (*generate_asm_lineno) (void);
void (*process_stab) (int, const char *, int, int, int);
int (*separate_stab_sections) (void);
void (*init_stab_section) (segT, segT);