Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 00:53:20 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r259979 - in stable: 10/sys/dev/aic7xxx 9/sys/dev/aic7xxx
Message-ID:  <201312280053.rBS0rKwf009106@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Sat Dec 28 00:53:20 2013
New Revision: 259979
URL: http://svnweb.freebsd.org/changeset/base/259979

Log:
  MFC r259827:
  
  Remove unused static const variable num_chip_names from aic79xx.c.
  
  Reviewed by:	gibbs

Modified:
  stable/10/sys/dev/aic7xxx/aic79xx.c
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/9/sys/dev/aic7xxx/aic79xx.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/10/sys/dev/aic7xxx/aic79xx.c
==============================================================================
--- stable/10/sys/dev/aic7xxx/aic79xx.c	Sat Dec 28 00:20:55 2013	(r259978)
+++ stable/10/sys/dev/aic7xxx/aic79xx.c	Sat Dec 28 00:53:20 2013	(r259979)
@@ -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?201312280053.rBS0rKwf009106>