From c0818405f1409212aeed3fbfc5cad9dadf3846d9 Mon Sep 17 00:00:00 2001 From: hannken Date: Thu, 30 Oct 2003 10:02:16 +0000 Subject: [PATCH] Complete last commit: Remove assigned-to but otherwise unused variable. --- sys/dev/pci/emuxki.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/dev/pci/emuxki.c b/sys/dev/pci/emuxki.c index c5ea046b7061..83e13d45b445 100644 --- a/sys/dev/pci/emuxki.c +++ b/sys/dev/pci/emuxki.c @@ -1,4 +1,4 @@ -/* $NetBSD: emuxki.c,v 1.29 2003/10/30 01:58:17 simonb Exp $ */ +/* $NetBSD: emuxki.c,v 1.30 2003/10/30 10:02:16 hannken Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -56,7 +56,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: emuxki.c,v 1.29 2003/10/30 01:58:17 simonb Exp $"); +__KERNEL_RCSID(0, "$NetBSD: emuxki.c,v 1.30 2003/10/30 10:02:16 hannken Exp $"); #include #include @@ -1020,8 +1020,6 @@ static void emuxki_channel_set_bufparms(struct emuxki_channel *chan, u_int32_t start, u_int32_t end) { - struct emuxki_voice *voice = chan->voice; - chan->loop.start = start & EMU_CHAN_PSST_LOOPSTARTADDR_MASK; chan->loop.end = end & EMU_CHAN_DSL_LOOPENDADDR_MASK; }