Replace sort_tu_by_abbrev_offset with operator<
authorTom Tromey <tom@tromey.com>
Mon, 17 May 2021 18:50:33 +0000 (12:50 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 17 May 2021 18:59:40 +0000 (12:59 -0600)
commit16e0020bfc845d87f2f3584414c4efa2454f8d05
tree2a7c8fe83e758afbc5754ac47232249f471593b1
parent5277208d3291cf9e4ffae4ebd90b726998f3f6d4
Replace sort_tu_by_abbrev_offset with operator<

I noticed that sort_tu_by_abbrev_offset only has a single caller.  It
seemed simpler to replace it with an implementation of operator<
instead.

2021-05-17  Tom Tromey  <tom@tromey.com>

* dwarf2/read.c (tu_abbrev_offset::operator<): New method.
(sort_tu_by_abbrev_offset): Remove.
(build_type_psymtabs): Update.
gdb/ChangeLog
gdb/dwarf2/read.c
This page took 0.026668 seconds and 4 git commands to generate.