Remove unnecessary function decl.

This commit is contained in:
enami 2000-09-28 06:13:35 +00:00
parent dbf09f35da
commit 2c4a718932
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_vlan.c,v 1.1 2000/09/27 22:40:54 thorpej Exp $ */
/* $NetBSD: if_vlan.c,v 1.2 2000/09/28 06:13:35 enami Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -123,8 +123,6 @@ static void vlan_start(struct ifnet *);
static int vlan_unconfig(struct ifnet *);
void vlanattach(int);
void ether_input(struct ifnet *, struct mbuf *); /* XXX */
/* XXX This should be a hash table with the tag as the basis of the key. */
static LIST_HEAD(, ifvlan) ifv_list;