summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2016-10-19 17:21:39 +0000
committermarkj <markj@FreeBSD.org>2016-10-19 17:21:39 +0000
commit8b0840fb9e81ff358c240202af40e207d0951fc0 (patch)
tree8b567af03f7cdf469b5bcfc5ec64f63878e065ff /usr.sbin
parent118fcd581931e7cbb27bfc3bfd4c153cb45c5827 (diff)
downloadFreeBSD-src-8b0840fb9e81ff358c240202af40e207d0951fc0.zip
FreeBSD-src-8b0840fb9e81ff358c240202af40e207d0951fc0.tar.gz
MFC r307384:
Remove an unused field from struct pmcstat_image.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pmcstat/pmcstat_log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/pmcstat/pmcstat_log.h b/usr.sbin/pmcstat/pmcstat_log.h
index b4ced4d..32a22f4 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 */
OpenPOWER on IntegriCloud