From 27eab5a7c3c8d854add4f9b4aa3170e5bf9937d0 Mon Sep 17 00:00:00 2001 From: dim Date: Tue, 24 Dec 2013 18:52:36 +0000 Subject: Remove another unused static const variable num_chip_names, from aic7xxx.c this time. Noticed by: pluknet MFC after: 3 days --- sys/dev/aic7xxx/aic7xxx.c | 1 - 1 file changed, 1 deletion(-) 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. -- cgit v1.1