Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe Nuke a couple of unused extern variable de...
details: https://anonhg.NetBSD.org/src/rev/93fc7b82f483
branches: trunk
changeset: 515774:93fc7b82f483
user: oster <oster%NetBSD.org@localhost>
date: Thu Oct 04 17:31:01 2001 +0000
description:
Nuke a couple of unused extern variable declarations.
diffstat:
sys/dev/raidframe/rf_driver.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 2da629e6ff27 -r 93fc7b82f483 sys/dev/raidframe/rf_driver.c
--- a/sys/dev/raidframe/rf_driver.c Thu Oct 04 17:12:27 2001 +0000
+++ b/sys/dev/raidframe/rf_driver.c Thu Oct 04 17:31:01 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_driver.c,v 1.42 2001/10/04 15:58:53 oster Exp $ */
+/* $NetBSD: rf_driver.c,v 1.43 2001/10/04 17:31:01 oster Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -721,9 +721,6 @@
return (0);
}
-extern int fail_row, fail_col, fail_time;
-extern int delayed_recon;
-
int
rf_FailDisk(
RF_Raid_t * raidPtr,
Home |
Main Index |
Thread Index |
Old Index