From f4cdd8a3bcf13666c2501aaec2efb49749faa9cc Mon Sep 17 00:00:00 2001 From: mrg Date: Sat, 13 Dec 2008 05:54:57 +0000 Subject: [PATCH] remove unused variable. --- sys/dev/sun/cgsix.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/dev/sun/cgsix.c b/sys/dev/sun/cgsix.c index c91f8f3271f8..1a3bf276b94c 100644 --- a/sys/dev/sun/cgsix.c +++ b/sys/dev/sun/cgsix.c @@ -1,4 +1,4 @@ -/* $NetBSD: cgsix.c,v 1.39 2008/12/12 18:39:55 macallan Exp $ */ +/* $NetBSD: cgsix.c,v 1.40 2008/12/13 05:54:57 mrg Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -78,7 +78,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: cgsix.c,v 1.39 2008/12/12 18:39:55 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cgsix.c,v 1.40 2008/12/13 05:54:57 mrg Exp $"); #include #include @@ -548,7 +548,6 @@ cg6attach(struct cgsix_softc *sc, const char *name, int isconsole) struct rasops_info *ri = &cg6_console_screen.scr_ri; unsigned long defattr; #endif - volatile struct cg6_fbc *fbc = sc->sc_fbc; fb->fb_driver = &cg6_fbdriver;