diff options
| author | mrg <mrg@NetBSD.org> | 2008-12-13 05:54:57 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2008-12-13 05:54:57 +0000 |
| commit | f4cdd8a3bcf13666c2501aaec2efb49749faa9cc (patch) | |
| tree | 657b961d349749272fe3919aeadef714b057f8af /sys/dev | |
| parent | 0a5dd2a285502ebed9a77acc77b8cb4d2b834338 (diff) | |
remove unused variable.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sun/cgsix.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/sun/cgsix.c b/sys/dev/sun/cgsix.c index c91f8f3271f..1a3bf276b94 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 <sys/cdefs.h> -__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 <sys/param.h> #include <sys/systm.h> @@ -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; |
