From 7aa1f640f53281a276e5867cf30e07326b097aba Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Tue, 28 Mar 2006 16:20:29 +0000 Subject: [PATCH] Remove unused symbols. --- sys/sys/pmc.h | 1 - sys/sys/pmclog.h | 3 --- 2 files changed, 4 deletions(-) diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h index a0bad56ac18..c0329afedaa 100644 --- a/sys/sys/pmc.h +++ b/sys/sys/pmc.h @@ -533,7 +533,6 @@ struct pmc_op_getmsr { #include #include -#define PMC_REQUEST_POOL_SIZE 32 #define PMC_HASH_SIZE 16 #define PMC_MTXPOOL_SIZE 32 #define PMC_LOG_BUFFER_SIZE 4 diff --git a/sys/sys/pmclog.h b/sys/sys/pmclog.h index 2d2edc0386f..8d1b25c39b7 100644 --- a/sys/sys/pmclog.h +++ b/sys/sys/pmclog.h @@ -57,9 +57,6 @@ enum pmclog_type { PMCLOG_TYPE_MAP_OUT }; -#define PMCLOG_MAPPING_INSERT 0x01 /* obsolete */ -#define PMCLOG_MAPPING_DELETE 0x02 /* obsolete */ - /* * A log entry descriptor comprises of a 32 bit header and a 64 bit * time stamp followed by as many 32 bit words are required to record