[binutils-gdb] Remove ctf_per_tu_data::pss

Tom Tromey tromey@sourceware.org
Sun Oct 5 21:00:38 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c4092c98cdaa7153dbf020759cbb2ba5c9162fcd

commit c4092c98cdaa7153dbf020759cbb2ba5c9162fcd
Author: Tom Tromey <tom@tromey.com>
Date:   Sun Sep 14 14:21:07 2025 -0600

    Remove ctf_per_tu_data::pss
    
    The field ctf_per_tu_data::pss is unused and can be removed.
    
    Approved-By: Simon Marchi <simon.marchi@efficios.com>

Diff:
---
 gdb/ctfread.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gdb/ctfread.c b/gdb/ctfread.c
index 6dc3332b89d..c44df53d6d8 100644
--- a/gdb/ctfread.c
+++ b/gdb/ctfread.c
@@ -175,7 +175,6 @@ struct ctf_per_tu_data
   ctf_dict_t *fp;
   struct objfile *of;
   ctf_archive_t *arc;
-  psymtab_storage *pss;
   psymbol_functions *psf;
 };


More information about the Gdb-cvs mailing list