Remove some redundant (#if 0'd) code.
This commit is contained in:
parent
46365a874a
commit
004c6ac7fd
@ -23,7 +23,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: bundle.h,v 1.17 1998/10/26 19:07:42 brian Exp $
|
||||
* $Id: bundle.h,v 1.18 1998/10/27 22:53:22 brian Exp $
|
||||
*/
|
||||
|
||||
#define PHASE_DEAD 0 /* Link is dead */
|
||||
@ -67,13 +67,6 @@ struct bundle {
|
||||
int fd; /* The /dev/XXXX descriptor */
|
||||
} dev;
|
||||
|
||||
#if 0
|
||||
struct {
|
||||
int Index; /* The interface index */
|
||||
char *Name; /* The interface name */
|
||||
} ifp;
|
||||
#endif
|
||||
|
||||
u_long ifSpeed; /* struct tuninfo speed */
|
||||
struct iface *iface; /* Interface information */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user