From bfe2e011c004b88687ae4514cfdb00072a9cee63 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 22 May 2018 22:47:15 -0600 Subject: Remove record_line_ftype The record_line_ftype typedef was only used in the DWARF reader, and we removed those uses a few patches ago. So, remove the typedef. gdb/ChangeLog 2018-07-20 Tom Tromey * buildsym-legacy.h (record_line): Don't use record_line_ftype. * buildsym.h (record_line_ftype): Remove typedef. --- gdb/buildsym.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/buildsym.h') diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 36b3e99..141adfd 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -396,10 +396,6 @@ private: struct pending *m_local_symbols = nullptr; }; -/* The type of the record_line function. */ -typedef void (record_line_ftype) (struct subfile *subfile, int line, - CORE_ADDR pc); - extern void add_symbol_to_list (struct symbol *symbol, -- cgit v1.1