From c340f0f5876f4c5f9f4768c5b3f112e89b611888 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Wed, 9 Aug 2017 15:54:05 +0300 Subject: [PATCH] 8785 p4_pcbe: 'p4_cccrstop' defined but not used Reviewed by: Andrew Stormont Reviewed by: Sebastian Wiedenroth Reviewed by: Robert Mustacchi Approved by: Richard Lowe --- usr/src/uts/intel/pcbe/p4_pcbe.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/usr/src/uts/intel/pcbe/p4_pcbe.c b/usr/src/uts/intel/pcbe/p4_pcbe.c index 95f075921f..d2c61d7f31 100644 --- a/usr/src/uts/intel/pcbe/p4_pcbe.c +++ b/usr/src/uts/intel/pcbe/p4_pcbe.c @@ -426,9 +426,6 @@ GEN_EVT_END * Indicates whether the "rdpmc" instruction is available on this processor. */ static int p4_rdpmc_avail = 0; - -static const uint64_t p4_cccrstop = 0; - static char *p4_eventlist[18]; /* -- 2.11.4.GIT