diff options
author | Doug Evans <dje@google.com> | 2015-05-28 09:42:02 -0700 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2015-05-28 09:42:02 -0700 |
commit | a051152b640c8bd1286ae71410f0b861ee158691 (patch) | |
tree | 952a719ec55e4b91ff13663c2790f083c724f9c8 /gdb/dwarf2read.c | |
parent | a56cc1ce222a9c69fd117a8a6f23817f4f1abd5f (diff) | |
download | gdb-a051152b640c8bd1286ae71410f0b861ee158691.zip gdb-a051152b640c8bd1286ae71410f0b861ee158691.tar.gz gdb-a051152b640c8bd1286ae71410f0b861ee158691.tar.bz2 |
* dwarf2read.c (record_line_ftype): Remove, duplicate.
gdb/Changelog:
* dwarf2read.c (record_line_ftype): Remove, duplicate.
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r-- | gdb/dwarf2read.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 1ce616a..1e290c3 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -17475,11 +17475,6 @@ psymtab_include_file_name (const struct line_header *lh, int file_index, return include_name; } -/* Function to record a line number. */ - -typedef void (record_line_ftype) (struct subfile *subfile, int line, - CORE_ADDR pc); - /* State machine to track the state of the line number program. */ typedef struct |