Date: Sun, 2 Sep 2012 18:00:57 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r240028 - stable/8/sys/dev/aic7xxx Message-ID: <201209021800.q82I0v9X045326@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Sun Sep 2 18:00:57 2012 New Revision: 240028 URL: http://svn.freebsd.org/changeset/base/240028 Log: MFC r239047: Remove variables which are initialized but never used thereafter reported by gcc46 warning Approved by: cperciva (implicit) Modified: stable/8/sys/dev/aic7xxx/aic_osm_lib.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/dev/ (props changed) Modified: stable/8/sys/dev/aic7xxx/aic_osm_lib.c ============================================================================== --- stable/8/sys/dev/aic7xxx/aic_osm_lib.c Sun Sep 2 17:46:46 2012 (r240027) +++ stable/8/sys/dev/aic7xxx/aic_osm_lib.c Sun Sep 2 18:00:57 2012 (r240028) @@ -54,9 +54,6 @@ aic_set_recoveryscb(struct aic_softc *ai * them after we've successfully fixed this problem. */ LIST_FOREACH(list_scb, &aic->pending_scbs, pending_links) { - union ccb *ccb; - - ccb = list_scb->io_ctx; callout_stop(&scb->io_timer); } }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209021800.q82I0v9X045326>