Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/playstation2/playstation2 Remove unused variables
details: https://anonhg.NetBSD.org/src/rev/ed9a4985913d
branches: trunk
changeset: 346553:ed9a4985913d
user: maya <maya%NetBSD.org@localhost>
date: Mon Jul 18 22:13:22 2016 +0000
description:
Remove unused variables
diffstat:
sys/arch/playstation2/playstation2/interrupt.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r 3ee78cf5982c -r ed9a4985913d sys/arch/playstation2/playstation2/interrupt.c
--- a/sys/arch/playstation2/playstation2/interrupt.c Mon Jul 18 22:07:38 2016 +0000
+++ b/sys/arch/playstation2/playstation2/interrupt.c Mon Jul 18 22:13:22 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: interrupt.c,v 1.11 2014/03/31 11:25:49 martin Exp $ */
+/* $NetBSD: interrupt.c,v 1.12 2016/07/18 22:13:22 maya Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.11 2014/03/31 11:25:49 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.12 2016/07/18 22:13:22 maya Exp $");
#include "debug_playstation2.h"
#if defined INTR_DEBUG && !defined GSFB_DEBUG_MONITOR
@@ -102,9 +102,6 @@
void
interrupt_init(void)
{
- struct playstation2_soft_intr *asi;
- int i;
-
evcnt_attach_static(&_playstation2_evcnt.clock);
evcnt_attach_static(&_playstation2_evcnt.sbus);
evcnt_attach_static(&_playstation2_evcnt.dmac);
Home |
Main Index |
Thread Index |
Old Index