Remove unused code in #if NetBSD <= 199712 part.

This commit is contained in:
tsutsui 2002-09-28 18:55:19 +00:00
parent a05eb615fe
commit a5638d54a0
1 changed files with 2 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_fmv.c,v 1.28 2002/09/28 18:43:08 tsutsui Exp $ */
/* $NetBSD: if_fmv.c,v 1.29 2002/09/28 18:55:19 tsutsui Exp $ */
/*
* All Rights Reserved, Copyright (C) Fujitsu Limited 1995
@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_fmv.c,v 1.28 2002/09/28 18:43:08 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_fmv.c,v 1.29 2002/09/28 18:55:19 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -67,12 +67,6 @@ const struct cfattach fmv_ca = {
sizeof(struct fmv_softc), fmv_match, fmv_attach
};
#if NetBSD <= 199712
struct cfdriver fmv_cd = {
NULL, "fmv", DV_IFNET
};
#endif
struct fe_simple_probe_struct {
u_char port; /* Offset from the base I/O address. */
u_char mask; /* Bits to be checked. */