From 2ce64317362ac31871aca10180b6d974b3c91aa1 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sat, 21 Dec 2002 16:12:15 +0000 Subject: [PATCH] wm_copy_small in not used anywhere. Remove. --- sys/dev/pci/if_wm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/dev/pci/if_wm.c b/sys/dev/pci/if_wm.c index f50cb02e6a5d..c38be06f0a4d 100644 --- a/sys/dev/pci/if_wm.c +++ b/sys/dev/pci/if_wm.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_wm.c,v 1.27 2002/10/23 01:34:58 christos Exp $ */ +/* $NetBSD: if_wm.c,v 1.28 2002/12/21 16:12:15 kristerw Exp $ */ /* * Copyright (c) 2001, 2002 Wasabi Systems, Inc. @@ -431,8 +431,6 @@ void wm_gmii_mediastatus(struct ifnet *, struct ifmediareq *); int wm_match(struct device *, struct cfdata *, void *); void wm_attach(struct device *, struct device *, void *); -int wm_copy_small = 0; - CFATTACH_DECL(wm, sizeof(struct wm_softc), wm_match, wm_attach, NULL, NULL);