Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 Remove what is now an unused variable. ...



details:   https://anonhg.NetBSD.org/src/rev/764252a3903e
branches:  trunk
changeset: 826056:764252a3903e
user:      kre <kre%NetBSD.org@localhost>
date:      Sat Aug 12 19:06:23 2017 +0000

description:
Remove what is now an unused variable.   One less build issue...

diffstat:

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

diffs (26 lines):

diff -r be1c3d638199 -r 764252a3903e sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c      Sat Aug 12 13:16:14 2017 +0000
+++ b/sys/arch/i386/i386/machdep.c      Sat Aug 12 19:06:23 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.790 2017/08/12 13:16:14 maxv Exp $       */
+/*     $NetBSD: machdep.c,v 1.791 2017/08/12 19:06:23 kre Exp $        */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000, 2004, 2006, 2008, 2009
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.790 2017/08/12 13:16:14 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.791 2017/08/12 19:06:23 kre Exp $");
 
 #include "opt_beep.h"
 #include "opt_compat_freebsd.h"
@@ -629,7 +629,6 @@
        int sig = ksi->ksi_signo;
        struct sigframe_siginfo *fp = getframe(l, sig, &onstack), frame;
        sig_t catcher = SIGACTION(p, sig).sa_handler;
-       struct trapframe *tf = l->l_md.md_regs;
 
        KASSERT(mutex_owned(p->p_lock));
 



Home | Main Index | Thread Index | Old Index