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);
                }
        }
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to