Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/newsmips/dev Remove an unused variable.



details:   https://anonhg.NetBSD.org/src/rev/cdfca940a24f
branches:  trunk
changeset: 499271:cdfca940a24f
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Wed Nov 15 14:43:44 2000 +0000

description:
Remove an unused variable.

diffstat:

 sys/arch/newsmips/dev/fb.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0ceeec371777 -r cdfca940a24f sys/arch/newsmips/dev/fb.c
--- a/sys/arch/newsmips/dev/fb.c        Wed Nov 15 14:36:50 2000 +0000
+++ b/sys/arch/newsmips/dev/fb.c        Wed Nov 15 14:43:44 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fb.c,v 1.6 2000/11/14 15:32:03 tsubai Exp $    */
+/*     $NetBSD: fb.c,v 1.7 2000/11/15 14:43:44 tsubai Exp $    */
 
 /*-
  * Copyright (c) 2000 Tsubai Masanari.  All rights reserved.
@@ -282,7 +282,6 @@
 {
        struct fb_softc *sc = v;
        struct fb_devconfig *dc = sc->sc_dc;
-       struct rasops_info *ri = &dc->dc_ri;
 
        if (offset >= 2048 * 2048 / 8 || offset < 0)
                return -1;



Home | Main Index | Thread Index | Old Index