Remove what is now an unused variable. One less build issue...
This commit is contained in:
parent
98d232f3f3
commit
85730dc548
|
@ -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 @@ sendsig_siginfo(const ksiginfo_t *ksi, const sigset_t *mask)
|
|||
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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue