It's not necessary to pass pointers to those variables
(dwarf2_ranges_read checks then for nullptr), and they are not used.
Remove them.
Change-Id: Id5462d481f209e9546380f52ddeea2eea811f5f3
Approved-By: Tom de Vries <tdevries@suse.de>
want to add this value. */
ranges_offset += reader->cu ()->gnu_ranges_base;
- unrelocated_addr lowpc, highpc;
- dwarf2_ranges_read (ranges_offset, &lowpc, &highpc, reader->cu (),
+ dwarf2_ranges_read (ranges_offset, nullptr, nullptr,
+ reader->cu (),
m_index_storage->get_addrmap (),
scanning_per_cu, abbrev->tag);
}