Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/i2o unused variable
details: https://anonhg.NetBSD.org/src/rev/c2eb802f77dc
branches: trunk
changeset: 499045:c2eb802f77dc
user: itojun <itojun%NetBSD.org@localhost>
date: Thu Nov 09 17:20:24 2000 +0000
description:
unused variable
diffstat:
sys/dev/i2o/iop.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 686cf1a315aa -r c2eb802f77dc sys/dev/i2o/iop.c
--- a/sys/dev/i2o/iop.c Thu Nov 09 15:04:55 2000 +0000
+++ b/sys/dev/i2o/iop.c Thu Nov 09 17:20:24 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iop.c,v 1.2 2000/11/09 12:51:36 ad Exp $ */
+/* $NetBSD: iop.c,v 1.3 2000/11/09 17:20:24 itojun Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -1270,7 +1270,7 @@
int
iop_msg_send(struct iop_softc *sc, struct iop_msg *im, int timo)
{
- u_int32_t mfa, mask;
+ u_int32_t mfa;
int rv, status, i, s;
#ifdef I2ODEBUG
Home |
Main Index |
Thread Index |
Old Index