Module Name:    src
Committed By:   he
Date:           Sun Feb  7 12:52:04 UTC 2010

Modified Files:
        src/sys/arch/amiga/dev: atzsc.c

Log Message:
Remove a now-unused variable declaration.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/amiga/dev/atzsc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amiga/dev/atzsc.c
diff -u src/sys/arch/amiga/dev/atzsc.c:1.40 src/sys/arch/amiga/dev/atzsc.c:1.41
--- src/sys/arch/amiga/dev/atzsc.c:1.40	Fri Feb  5 12:13:36 2010
+++ src/sys/arch/amiga/dev/atzsc.c	Sun Feb  7 12:52:04 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: atzsc.c,v 1.40 2010/02/05 12:13:36 phx Exp $ */
+/*	$NetBSD: atzsc.c,v 1.41 2010/02/07 12:52:04 he Exp $ */
 
 /*
  * Copyright (c) 1982, 1990 The Regents of the University of California.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atzsc.c,v 1.40 2010/02/05 12:13:36 phx Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atzsc.c,v 1.41 2010/02/07 12:52:04 he Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -228,7 +228,6 @@
 atzsc_dmago(struct sbic_softc *dev, char *addr, int count, int flags)
 {
 	volatile struct sdmac *sdp;
-	vu_short istr;
 
 	sdp = dev->sc_cregs;
 	/*

Reply via email to