Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ofppc/ofppc Remove redundant declarations.



details:   https://anonhg.NetBSD.org/src/rev/b2db8045eb0f
branches:  trunk
changeset: 526891:b2db8045eb0f
user:      matt <matt%NetBSD.org@localhost>
date:      Mon May 13 07:12:21 2002 +0000

description:
Remove redundant declarations.

diffstat:

 sys/arch/ofppc/ofppc/machdep.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 04dc54fdd7ac -r b2db8045eb0f sys/arch/ofppc/ofppc/machdep.c
--- a/sys/arch/ofppc/ofppc/machdep.c    Mon May 13 07:10:26 2002 +0000
+++ b/sys/arch/ofppc/ofppc/machdep.c    Mon May 13 07:12:21 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.74 2002/04/23 12:41:07 kleink Exp $      */
+/*     $NetBSD: machdep.c,v 1.75 2002/05/13 07:12:21 matt Exp $        */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -85,8 +85,6 @@
 
 struct bat battable[16];
 
-int astpending;
-
 char *bootpath;
 
 paddr_t msgbuf_paddr;
@@ -286,7 +284,6 @@
 /*
  * This should probably be in autoconf!                                XXX
  */
-int cpu;
 char machine[] = MACHINE;              /* from <machine/param.h> */
 char machine_arch[] = MACHINE_ARCH;    /* from <machine/param.h> */
 



Home | Main Index | Thread Index | Old Index