Remove an unused field from struct pmcstat_image.

MFC after:	3 days
This commit is contained in:
Mark Johnston 2016-10-15 23:46:55 +00:00
parent 72f1cf0446
commit 3176d87c9d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307384

View file

@ -76,7 +76,6 @@ enum pmcstat_image_type {
struct pmcstat_image {
LIST_ENTRY(pmcstat_image) pi_next; /* hash link */
TAILQ_ENTRY(pmcstat_image) pi_lru; /* LRU list */
pmcstat_interned_string pi_execpath; /* cookie */
pmcstat_interned_string pi_samplename; /* sample path name */
pmcstat_interned_string pi_fullpath; /* path to FS object */