diff options
author | dim <dim@FreeBSD.org> | 2013-12-24 18:52:36 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2013-12-24 18:52:36 +0000 |
commit | 27eab5a7c3c8d854add4f9b4aa3170e5bf9937d0 (patch) | |
tree | 224525f892bb142a942e84e52abd40fb390dcdff | |
parent | 1417ed14a5e87741e9111149ac3e64c8b062505e (diff) | |
download | FreeBSD-src-27eab5a7c3c8d854add4f9b4aa3170e5bf9937d0.zip FreeBSD-src-27eab5a7c3c8d854add4f9b4aa3170e5bf9937d0.tar.gz |
Remove another unused static const variable num_chip_names, from
aic7xxx.c this time.
Noticed by: pluknet
MFC after: 3 days
-rw-r--r-- | sys/dev/aic7xxx/aic7xxx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c index 626e265..e1428e9 100644 --- a/sys/dev/aic7xxx/aic7xxx.c +++ b/sys/dev/aic7xxx/aic7xxx.c @@ -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. |