commit | 121efb593c239befbca90ed492492b44a695184e | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Mon Mar 03 16:35:35 2025 -0500 |
committer | Simon Marchi <simon.marchi@efficios.com> | Tue Mar 04 10:41:54 2025 -0500 |
tree | 87b3ff243981b526f8a9ce2ac5ca56b9833347f7 | |
parent | b55f9065770985801f7166d0e685671255252b5d [diff] |
gdb/dwarf: remove create_cu_from_index_list I noticed that create_cu_from_index_list is only used in read-gdb-index.c, so I started by moving it there. But given that this function is use at only one spot and doesn't do much, I opted to inline its code in the caller instead. Change-Id: Iebe0dc20d345fa70a2f11aa9ff1a04fe26a31407 Approved-By: Tom Tromey <tom@tromey.com>