Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/dev Remove a now-unused variable declaration.
details: https://anonhg.NetBSD.org/src/rev/662c9d6d81e0
branches: trunk
changeset: 751531:662c9d6d81e0
user: he <he%NetBSD.org@localhost>
date: Sun Feb 07 12:52:04 2010 +0000
description:
Remove a now-unused variable declaration.
diffstat:
sys/arch/amiga/dev/atzsc.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r cf14bd31afe7 -r 662c9d6d81e0 sys/arch/amiga/dev/atzsc.c
--- a/sys/arch/amiga/dev/atzsc.c Sun Feb 07 10:49:35 2010 +0000
+++ b/sys/arch/amiga/dev/atzsc.c Sun Feb 07 12:52:04 2010 +0000
@@ -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;
/*
Home |
Main Index |
Thread Index |
Old Index