Remove unused extern decl of cgsix_sbus_ca.

This commit is contained in:
thorpej 2002-10-01 01:37:56 +00:00
parent 90c48d2563
commit f02c7869a0

View File

@ -1,4 +1,4 @@
/* $NetBSD: cgsixvar.h,v 1.3 2002/09/27 20:41:51 thorpej Exp $ */
/* $NetBSD: cgsixvar.h,v 1.4 2002/10/01 01:37:56 thorpej Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -78,7 +78,4 @@ extern int cgsix_use_rasterconsole;
#define cgsix_use_rasterconsole 0
#endif
/* XXX - export sbus attach struct for overloaded obio bus */
extern const struct cfattach cgsix_sbus_ca;
void cg6attach(struct cgsix_softc *, char *, int);