From b63e51cae48bcb3697652e7110d10e9c537334be Mon Sep 17 00:00:00 2001 From: David Greenman Date: Sun, 2 Aug 1998 00:28:45 +0000 Subject: Killed unused variable/assignment. --- sys/dev/fxp/if_fxp.c | 3 +-- sys/pci/if_fxp.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 9be4dab11c7fc..f420328ddb4ee 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.51 1998/04/15 17:47:02 bde Exp $ + * $Id: if_fxp.c,v 1.52 1998/04/17 22:37:03 des Exp $ */ /* @@ -1217,7 +1217,6 @@ fxp_init(xsc) fxp_stop(sc); prm = (ifp->if_flags & IFF_PROMISC) ? 1 : 0; - sc->promisc_mode = prm; /* * Initialize base of CBL and RFA memory. Loading with zero diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c index 9be4dab11c7fc..f420328ddb4ee 100644 --- a/sys/pci/if_fxp.c +++ b/sys/pci/if_fxp.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.51 1998/04/15 17:47:02 bde Exp $ + * $Id: if_fxp.c,v 1.52 1998/04/17 22:37:03 des Exp $ */ /* @@ -1217,7 +1217,6 @@ fxp_init(xsc) fxp_stop(sc); prm = (ifp->if_flags & IFF_PROMISC) ? 1 : 0; - sc->promisc_mode = prm; /* * Initialize base of CBL and RFA memory. Loading with zero -- cgit v1.3