Author: dim
Date: Tue Dec 24 18:52:36 2013
New Revision: 259833
URL: http://svnweb.freebsd.org/changeset/base/259833

Log:
  Remove another unused static const variable num_chip_names, from
  aic7xxx.c this time.
  
  Noticed by:   pluknet
  MFC after:    3 days

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

Modified: head/sys/dev/aic7xxx/aic7xxx.c
==============================================================================
--- head/sys/dev/aic7xxx/aic7xxx.c      Tue Dec 24 18:49:24 2013        
(r259832)
+++ head/sys/dev/aic7xxx/aic7xxx.c      Tue Dec 24 18:52:36 2013        
(r259833)
@@ -73,7 +73,6 @@ char *ahc_chip_names[] =
        "aic7892",
        "aic7899"
 };
-static const u_int num_chip_names = NUM_ELEMENTS(ahc_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