Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2016 17:21:39 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r307643 - stable/11/usr.sbin/pmcstat
Message-ID:  <201610191721.u9JHLdhS056580@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610191721.u9JHLdhS056580>