svn commit: r307643 - stable/11/usr.sbin/pmcstat
Mark Johnston
markj at FreeBSD.org
Wed Oct 19 17:21:40 UTC 2016
Author: markj
Date: Wed Oct 19 17:21:39 2016
New Revision: 307643
URL: https://svnweb.freebsd.org/changeset/base/307643
Log:
MFC r307384:
Remove an unused field from struct pmcstat_image.
Modified:
stable/11/usr.sbin/pmcstat/pmcstat_log.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.sbin/pmcstat/pmcstat_log.h
==============================================================================
--- stable/11/usr.sbin/pmcstat/pmcstat_log.h Wed Oct 19 17:18:48 2016 (r307642)
+++ stable/11/usr.sbin/pmcstat/pmcstat_log.h Wed Oct 19 17:21:39 2016 (r307643)
@@ -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 */
More information about the svn-src-stable
mailing list