diff options
author | dim <dim@FreeBSD.org> | 2013-12-28 00:53:20 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2013-12-28 00:53:20 +0000 |
commit | 9536e2a9187226ed9f8f19894519e40b9b6b5f1f (patch) | |
tree | b74078d10b31b8486cbda8ef1737c974a77be957 | |
parent | 8bd563e1586adb02b5724489e4a7e816f0554a68 (diff) | |
download | FreeBSD-src-9536e2a9187226ed9f8f19894519e40b9b6b5f1f.zip FreeBSD-src-9536e2a9187226ed9f8f19894519e40b9b6b5f1f.tar.gz |
MFC r259827:
Remove unused static const variable num_chip_names from aic79xx.c.
Reviewed by: gibbs
-rw-r--r-- | sys/dev/aic7xxx/aic79xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic79xx.c b/sys/dev/aic7xxx/aic79xx.c index 363301b..f19cdb5 100644 --- a/sys/dev/aic7xxx/aic79xx.c +++ b/sys/dev/aic7xxx/aic79xx.c @@ -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. |