From c4092c98cdaa7153dbf020759cbb2ba5c9162fcd Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 14 Sep 2025 14:21:07 -0600 Subject: [PATCH] Remove ctf_per_tu_data::pss The field ctf_per_tu_data::pss is unused and can be removed. Approved-By: Simon Marchi --- 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; }; -- 2.47.3