From: Tom Tromey Date: Sun, 14 Sep 2025 20:21:07 +0000 (-0600) Subject: Remove ctf_per_tu_data::pss X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4092c98cdaa7153dbf020759cbb2ba5c9162fcd;p=thirdparty%2Fbinutils-gdb.git Remove ctf_per_tu_data::pss The field ctf_per_tu_data::pss is unused and can be removed. Approved-By: Simon Marchi --- 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; };