svn commit: r259827 - head/sys/dev/aic7xxx

Dimitry Andric dim at FreeBSD.org
Tue Dec 24 16:46:07 UTC 2013


Author: dim
Date: Tue Dec 24 16:46:06 2013
New Revision: 259827
URL: http://svnweb.freebsd.org/changeset/base/259827

Log:
  Remove unused static const variable num_chip_names from aic79xx.c.
  
  Reviewed by:	gibbs
  MFC after:	3 days

Modified:
  head/sys/dev/aic7xxx/aic79xx.c

Modified: head/sys/dev/aic7xxx/aic79xx.c
==============================================================================
--- head/sys/dev/aic7xxx/aic79xx.c	Tue Dec 24 16:14:19 2013	(r259826)
+++ head/sys/dev/aic7xxx/aic79xx.c	Tue Dec 24 16:46:06 2013	(r259827)
@@ -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.


More information about the svn-src-head mailing list