Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 delete unused variable.



details:   https://anonhg.NetBSD.org/src/rev/ca752d9e3f27
branches:  trunk
changeset: 495396:ca752d9e3f27
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jul 27 13:58:54 2000 +0000

description:
delete unused variable.

diffstat:

 sys/arch/sparc64/sparc64/machdep.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 7b3a453ed322 -r ca752d9e3f27 sys/arch/sparc64/sparc64/machdep.c
--- a/sys/arch/sparc64/sparc64/machdep.c        Thu Jul 27 13:58:49 2000 +0000
+++ b/sys/arch/sparc64/sparc64/machdep.c        Thu Jul 27 13:58:54 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.82 2000/07/18 05:18:35 mrg Exp $ */
+/*     $NetBSD: machdep.c,v 1.83 2000/07/27 13:58:54 mrg Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -653,9 +653,6 @@
        } */ *uap = v;
        struct sigcontext sc, *scp;
        register struct trapframe64 *tf;
-#ifndef TRAPWIN
-       int i;
-#endif
 
        /* First ensure consistent stack state (see sendsig). */
        write_user_windows();



Home | Main Index | Thread Index | Old Index