diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-07-21 01:09:20 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-07-21 01:09:20 +0000 |
commit | 8cfddeade8ff3b69bd02fece94eca9c7c0dd6cfd (patch) | |
tree | 4c4df1a308c5c3a588b8328c0799db667c7bc2d9 /sys/arch/alpha | |
parent | 145eddd8a91777721d90fbc33111d6f6d55dcf54 (diff) |
remove unsued variables.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c index fadfb4d3ce6..0b3396e14e1 100644 --- a/sys/arch/alpha/alpha/machdep.c +++ b/sys/arch/alpha/alpha/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.75 2002/07/20 19:24:55 art Exp $ */ +/* $OpenBSD: machdep.c,v 1.76 2002/07/21 01:09:19 art Exp $ */ /* $NetBSD: machdep.c,v 1.210 2000/06/01 17:12:38 thorpej Exp $ */ /*- @@ -1533,7 +1533,6 @@ sendsig(catcher, sig, mask, code, type, val) struct trapframe *frame; struct sigacts *psp = p->p_sigacts; int oonstack, fsize, rndfsize, kscsize; - extern char sigcode[], esigcode[]; siginfo_t *sip, ksi; frame = p->p_md.md_tf; |