svn commit: r259979 - in stable: 10/sys/dev/aic7xxx 9/sys/dev/aic7xxx

Dimitry Andric dim at FreeBSD.org
Sat Dec 28 00:53:21 UTC 2013


Author: dim
Date: Sat Dec 28 00:53:20 2013
New Revision: 259979
URL: http://svnweb.freebsd.org/changeset/base/259979

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

Modified:
  stable/10/sys/dev/aic7xxx/aic79xx.c
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/9/sys/dev/aic7xxx/aic79xx.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/10/sys/dev/aic7xxx/aic79xx.c
==============================================================================
--- stable/10/sys/dev/aic7xxx/aic79xx.c	Sat Dec 28 00:20:55 2013	(r259978)
+++ stable/10/sys/dev/aic7xxx/aic79xx.c	Sat Dec 28 00:53:20 2013	(r259979)
@@ -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-all mailing list