Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/hppa Remove the declaration of a now-unused lo...



details:   https://anonhg.NetBSD.org/src/rev/c409801e4f71
branches:  trunk
changeset: 581939:c409801e4f71
user:      he <he%NetBSD.org@localhost>
date:      Fri Jun 10 22:34:05 2005 +0000

description:
Remove the declaration of a now-unused local variable.

diffstat:

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

diffs (26 lines):

diff -r 4c4dedc743c1 -r c409801e4f71 sys/arch/hppa/hppa/vm_machdep.c
--- a/sys/arch/hppa/hppa/vm_machdep.c   Fri Jun 10 22:25:42 2005 +0000
+++ b/sys/arch/hppa/hppa/vm_machdep.c   Fri Jun 10 22:34:05 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm_machdep.c,v 1.17 2005/06/10 05:10:12 matt Exp $     */
+/*     $NetBSD: vm_machdep.c,v 1.18 2005/06/10 22:34:05 he Exp $       */
 
 /*     $OpenBSD: vm_machdep.c,v 1.25 2001/09/19 20:50:56 mickey Exp $  */
 
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.17 2005/06/10 05:10:12 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.18 2005/06/10 22:34:05 he Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -64,7 +64,6 @@
 {
        struct md_coredump md_core;
        struct coreseg cseg;
-       off_t off;
        int error;
 
        if (iocookie == NULL) {



Home | Main Index | Thread Index | Old Index