]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove ctf_per_tu_data::pss
authorTom Tromey <tom@tromey.com>
Sun, 14 Sep 2025 20:21:07 +0000 (14:21 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 5 Oct 2025 20:59:01 +0000 (14:59 -0600)
The field ctf_per_tu_data::pss is unused and can be removed.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/ctfread.c

index 6dc3332b89d589d4f968dd5ff434669966034abf..c44df53d6d885e7bc889dd6a64796e40cfd562e9 100644 (file)
@@ -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;
 };