Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax D'oh! Remove unused local variable too.



details:   https://anonhg.NetBSD.org/src/rev/4e35924f40ea
branches:  trunk
changeset: 542583:4e35924f40ea
user:      erh <erh%NetBSD.org@localhost>
date:      Sun Feb 02 01:50:04 2003 +0000

description:
D'oh!  Remove unused local variable too.

diffstat:

 sys/arch/vax/vax/pmap.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ce17ea9ad8fd -r 4e35924f40ea sys/arch/vax/vax/pmap.c
--- a/sys/arch/vax/vax/pmap.c   Sun Feb 02 01:15:42 2003 +0000
+++ b/sys/arch/vax/vax/pmap.c   Sun Feb 02 01:50:04 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.121 2003/02/01 21:05:08 erh Exp $      */
+/*     $NetBSD: pmap.c,v 1.122 2003/02/02 01:50:04 erh Exp $      */
 /*
  * Copyright (c) 1994, 1998, 1999 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -160,7 +160,7 @@
 {
        extern u_int bufcache;
        vsize_t kvmsize;
-       u_int n, s, bp, bc;
+       u_int n, bp, bc;
 
        /* All physical memory */
        kvmsize = avail_end;



Home | Main Index | Thread Index | Old Index