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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"