Remove usused field.

This commit is contained in:
augustss 2000-04-08 20:54:38 +00:00
parent 2d88a5d886
commit 8fb6cb9b81
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_cuereg.h,v 1.10 2000/03/29 18:24:52 augustss Exp $ */
/* $NetBSD: if_cuereg.h,v 1.11 2000/04/08 20:54:38 augustss Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
@ -186,7 +186,6 @@ struct cue_softc {
u_int16_t cue_product;
int cue_ed[CUE_ENDPT_MAX];
usbd_pipe_handle cue_ep[CUE_ENDPT_MAX];
int cue_unit;
u_int8_t cue_mctab[CUE_MCAST_TABLE_LEN];
int cue_if_flags;
u_int16_t cue_rxfilt;