aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/cooked-index.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2025-03-15 18:13:42 -0400
committerSimon Marchi <simon.marchi@efficios.com>2025-03-17 16:14:08 -0400
commitaca980917b4eb85bf099398db69a34e7d5668c28 (patch)
treef068401f66408239fc502fc6dc9510f8459c508d /gdb/dwarf2/cooked-index.h
parent6fca4d9694bf6d10d1cc41aed8552fe90085eb09 (diff)
downloadbinutils-aca980917b4eb85bf099398db69a34e7d5668c28.zip
binutils-aca980917b4eb85bf099398db69a34e7d5668c28.tar.gz
binutils-aca980917b4eb85bf099398db69a34e7d5668c28.tar.bz2
gdb/dwarf: remove unused cooked_index::cooked_index parameter
Following the previous patch, this parameter is now unused. Remove it. Change-Id: I7e96a3ba61ad9a0d6b64f9129aeeb9a8f3da22a7 Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'gdb/dwarf2/cooked-index.h')
-rw-r--r--gdb/dwarf2/cooked-index.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/dwarf2/cooked-index.h b/gdb/dwarf2/cooked-index.h
index be67a83..56c84bd 100644
--- a/gdb/dwarf2/cooked-index.h
+++ b/gdb/dwarf2/cooked-index.h
@@ -561,8 +561,7 @@ using cooked_index_worker_up = std::unique_ptr<cooked_index_worker>;
class cooked_index : public dwarf_scanner_base
{
public:
- cooked_index (dwarf2_per_objfile *per_objfile,
- cooked_index_worker_up &&worker);
+ cooked_index (cooked_index_worker_up &&worker);
~cooked_index () override;
DISABLE_COPY_AND_ASSIGN (cooked_index);