Date: Tue, 24 Dec 2013 16:46:06 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r259827 - head/sys/dev/aic7xxx Message-ID: <201312241646.rBOGk6o0078333@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dim Date: Tue Dec 24 16:46:06 2013 New Revision: 259827 URL: http://svnweb.freebsd.org/changeset/base/259827 Log: Remove unused static const variable num_chip_names from aic79xx.c. Reviewed by: gibbs MFC after: 3 days Modified: head/sys/dev/aic7xxx/aic79xx.c Modified: head/sys/dev/aic7xxx/aic79xx.c ============================================================================== --- head/sys/dev/aic7xxx/aic79xx.c Tue Dec 24 16:14:19 2013 (r259826) +++ head/sys/dev/aic7xxx/aic79xx.c Tue Dec 24 16:46:06 2013 (r259827) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312241646.rBOGk6o0078333>