MFC r259827:

Remove unused static const variable num_chip_names from aic79xx.c.

Reviewed by:	gibbs
This commit is contained in:
dim 2013-12-28 00:53:20 +00:00
parent 8bd563e158
commit 9536e2a918

View File

@ -64,7 +64,6 @@ char *ahd_chip_names[] =
"aic7902",
"aic7901A"
};
static const u_int num_chip_names = NUM_ELEMENTS(ahd_chip_names);
/*
* Hardware error codes.