Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/ibm4xx/dev Remove an unused global variable...



details:   https://anonhg.NetBSD.org/src/rev/887ddf3d0b79
branches:  trunk
changeset: 535296:887ddf3d0b79
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Aug 14 12:29:50 2002 +0000

description:
Remove an unused global variable (that was marked with an XXX!).

diffstat:

 sys/arch/powerpc/ibm4xx/dev/com_opb.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r b9ffd49151f6 -r 887ddf3d0b79 sys/arch/powerpc/ibm4xx/dev/com_opb.c
--- a/sys/arch/powerpc/ibm4xx/dev/com_opb.c     Wed Aug 14 11:20:28 2002 +0000
+++ b/sys/arch/powerpc/ibm4xx/dev/com_opb.c     Wed Aug 14 12:29:50 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: com_opb.c,v 1.1 2002/08/12 02:06:20 simonb Exp $ */
+/* $NetBSD: com_opb.c,v 1.2 2002/08/14 12:29:50 simonb Exp $ */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -73,8 +73,6 @@
        return (comfound < 2);
 }
 
-struct com_softc *com0; /* XXX */
-
 void
 com_opb_attach(struct device *parent, struct device *self, void *aux)
 {



Home | Main Index | Thread Index | Old Index