Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha remove some dead code.



details:   https://anonhg.NetBSD.org/src/rev/e4da54733326
branches:  trunk
changeset: 344283:e4da54733326
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Mar 19 20:57:48 2016 +0000

description:
remove some dead code.

diffstat:

 sys/arch/alpha/alpha/compat_16_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f17bedf59aa8 -r e4da54733326 sys/arch/alpha/alpha/compat_16_machdep.c
--- a/sys/arch/alpha/alpha/compat_16_machdep.c  Sat Mar 19 20:54:49 2016 +0000
+++ b/sys/arch/alpha/alpha/compat_16_machdep.c  Sat Mar 19 20:57:48 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_16_machdep.c,v 1.19 2014/05/16 19:18:21 matt Exp $ */
+/* $NetBSD: compat_16_machdep.c,v 1.20 2016/03/19 20:57:48 mrg Exp $ */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -86,7 +86,7 @@
 #include <machine/cpu.h>
 #include <machine/reg.h>
 
-__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.19 2014/05/16 19:18:21 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.20 2016/03/19 20:57:48 mrg Exp $");
 
 
 #ifdef DEBUG
@@ -113,7 +113,7 @@
        sig_t catcher = SIGACTION(p, sig).sa_handler;
 
        tf = l->l_md.md_tf;
-       fp = getframe(l, sig, &onstack), frame;
+       fp = getframe(l, sig, &onstack);
        fp--;
 
 #ifdef DEBUG



Home | Main Index | Thread Index | Old Index