Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/yamt-uio_vmspace]: src/sys/arch/vax/vax remove a now unused variable.



details:   https://anonhg.NetBSD.org/src/rev/c1f66be7f1ff
branches:  yamt-uio_vmspace
changeset: 586742:c1f66be7f1ff
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Feb 18 23:43:25 2006 +0000

description:
remove a now unused variable.

diffstat:

 sys/arch/vax/vax/bus_dma.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r d4745c058bfe -r c1f66be7f1ff sys/arch/vax/vax/bus_dma.c
--- a/sys/arch/vax/vax/bus_dma.c        Sat Feb 18 23:28:28 2006 +0000
+++ b/sys/arch/vax/vax/bus_dma.c        Sat Feb 18 23:43:25 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.25.2.1 2006/02/18 08:29:36 yamt Exp $    */
+/*     $NetBSD: bus_dma.c,v 1.25.2.2 2006/02/18 23:43:25 yamt Exp $    */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.25.2.1 2006/02/18 08:29:36 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.25.2.2 2006/02/18 23:43:25 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -270,7 +270,6 @@
        vaddr_t lastaddr;
        int seg, i, error, first;
        bus_size_t minlen, resid;
-       struct proc *p = NULL;
        struct iovec *iov;
        caddr_t addr;
 



Home | Main Index | Thread Index | Old Index