diff options
| author | fvdl <fvdl@NetBSD.org> | 2003-04-21 22:00:42 +0000 |
|---|---|---|
| committer | fvdl <fvdl@NetBSD.org> | 2003-04-21 22:00:42 +0000 |
| commit | 3f5d6a0d73156ba95fff5cebe6db80bc0b7cc7f5 (patch) | |
| tree | 30bfc1a93ba3a0477699c3a989b91c1a53543811 /sys/dev/ic | |
| parent | 9ec222cfbea799836c0b695e522164f636869ff8 (diff) | |
Remove unused variable.
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/aic79xx.c | 3 | ||||
| -rw-r--r-- | sys/dev/ic/aic7xxx.c | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c index 2ca18cedaef..8e39e6fd225 100644 --- a/sys/dev/ic/aic79xx.c +++ b/sys/dev/ic/aic79xx.c @@ -1,4 +1,4 @@ -/* $NetBSD: aic79xx.c,v 1.2 2003/04/21 21:49:31 fvdl Exp $ */ +/* $NetBSD: aic79xx.c,v 1.3 2003/04/21 22:00:44 fvdl Exp $ */ /* * Core routines and tables shareable across OS platforms. @@ -67,7 +67,6 @@ char *ahd_chip_names[] = "aic7902", "aic7901A" }; -static const u_int num_chip_names = NUM_ELEMENTS(ahd_chip_names); /* * Hardware error codes. diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c index 7553c74b7eb..aa4f405f4cb 100644 --- a/sys/dev/ic/aic7xxx.c +++ b/sys/dev/ic/aic7xxx.c @@ -1,4 +1,4 @@ -/* $NetBSD: aic7xxx.c,v 1.101 2003/04/21 21:45:59 fvdl Exp $ */ +/* $NetBSD: aic7xxx.c,v 1.102 2003/04/21 22:00:42 fvdl Exp $ */ /* * Core routines and tables shareable across OS platforms. @@ -39,7 +39,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: aic7xxx.c,v 1.101 2003/04/21 21:45:59 fvdl Exp $ + * $Id: aic7xxx.c,v 1.102 2003/04/21 22:00:42 fvdl Exp $ * * //depot/aic7xxx/aic7xxx/aic7xxx.c#112 $ * @@ -74,7 +74,6 @@ char *ahc_chip_names[] = "aic7892", "aic7899" }; -static const u_int num_chip_names = NUM_ELEMENTS(ahc_chip_names); /* * Hardware error codes. |
