Remove unused e500_event_codes_size.

Found by:	jhb
This commit is contained in:
Pedro F. Giffuni 2016-04-20 20:37:58 +00:00
parent d72d72d381
commit 198e7845ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298365

View File

@ -242,9 +242,6 @@ static struct e500_event_code_map e500_event_codes[] = {
PMC_E500MC_ONLY(STWCX_FAILURES, 180),
};
const size_t e500_event_codes_size =
sizeof(e500_event_codes) / sizeof(e500_event_codes[0]);
static pmc_value_t
e500_pmcn_read(unsigned int pmc)
{