Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mipsco/mipsco Remove unused extern
details: https://anonhg.NetBSD.org/src/rev/7b0c6c9b5b4f
branches: trunk
changeset: 514966:7b0c6c9b5b4f
user: wdk <wdk%NetBSD.org@localhost>
date: Sat Sep 15 01:19:38 2001 +0000
description:
Remove unused extern
diffstat:
sys/arch/mipsco/mipsco/machdep.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 9b7985dc689e -r 7b0c6c9b5b4f sys/arch/mipsco/mipsco/machdep.c
--- a/sys/arch/mipsco/mipsco/machdep.c Sat Sep 15 01:17:47 2001 +0000
+++ b/sys/arch/mipsco/mipsco/machdep.c Sat Sep 15 01:19:38 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.29 2001/09/10 21:19:36 chris Exp $ */
+/* $NetBSD: machdep.c,v 1.30 2001/09/15 01:19:38 wdk Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.29 2001/09/10 21:19:36 chris Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.30 2001/09/15 01:19:38 wdk Exp $");
/* from: Utah Hdr: machdep.c 1.63 91/04/24 */
@@ -551,8 +551,6 @@
volatile int howto;
char *bootstr;
{
- extern int cold;
-
/* take a snap shot before clobbering any registers */
if (curproc)
savectx((struct user *)curpcb);
Home |
Main Index |
Thread Index |
Old Index