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>
This commit is contained in:
Tom Tromey
2025-09-14 14:21:07 -06:00
parent db0a9d95d2
commit c4092c98cd

View 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;
};