diff options
author | Mark Johnston <markj@FreeBSD.org> | 2016-10-15 23:46:55 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2016-10-15 23:46:55 +0000 |
commit | 3176d87c9dc7127d5a036c9b4d092bf40ad6a1f0 (patch) | |
tree | 8a5814ed19072525825784c60ada702c8a271c11 | |
parent | 72f1cf0446d98bd3a87f54da039694490ced8af6 (diff) | |
download | src-3176d87c9dc7127d5a036c9b4d092bf40ad6a1f0.tar.gz src-3176d87c9dc7127d5a036c9b4d092bf40ad6a1f0.zip |
Remove an unused field from struct pmcstat_image.
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=307384
-rw-r--r-- | usr.sbin/pmcstat/pmcstat_log.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/pmcstat/pmcstat_log.h b/usr.sbin/pmcstat/pmcstat_log.h index b4ced4d9397b..32a22f45063f 100644 --- a/usr.sbin/pmcstat/pmcstat_log.h +++ b/usr.sbin/pmcstat/pmcstat_log.h @@ -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 */ |