diff options
Diffstat (limited to 'gdb/dwarf2/cooked-index.c')
-rw-r--r-- | gdb/dwarf2/cooked-index.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/dwarf2/cooked-index.c b/gdb/dwarf2/cooked-index.c index 9626b2c..724615f 100644 --- a/gdb/dwarf2/cooked-index.c +++ b/gdb/dwarf2/cooked-index.c @@ -712,8 +712,7 @@ cooked_index_worker::write_to_cache (const cooked_index *idx, } } -cooked_index::cooked_index (dwarf2_per_objfile *per_objfile, - cooked_index_worker_up &&worker) +cooked_index::cooked_index (cooked_index_worker_up &&worker) : m_state (std::move (worker)) { /* ACTIVE_VECTORS is not locked, and this assert ensures that this |