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/9/sys/dev/aic7xxx/aic79xx.c
Directory Properties:
  stable/9/sys/   (props changed)

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

Modified: stable/9/sys/dev/aic7xxx/aic79xx.c
==============================================================================
--- stable/9/sys/dev/aic7xxx/aic79xx.c  Sat Dec 28 00:20:55 2013        
(r259978)
+++ stable/9/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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to