Author: markj
Date: Sat Oct 15 23:46:55 2016
New Revision: 307384
URL: https://svnweb.freebsd.org/changeset/base/307384

Log:
  Remove an unused field from struct pmcstat_image.
  
  MFC after:    3 days

Modified:
  head/usr.sbin/pmcstat/pmcstat_log.h

Modified: head/usr.sbin/pmcstat/pmcstat_log.h
==============================================================================
--- head/usr.sbin/pmcstat/pmcstat_log.h Sat Oct 15 22:49:04 2016        
(r307383)
+++ head/usr.sbin/pmcstat/pmcstat_log.h Sat Oct 15 23:46:55 2016        
(r307384)
@@ -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 */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to