diff options
author | brian <brian@FreeBSD.org> | 1998-10-29 02:12:54 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-10-29 02:12:54 +0000 |
commit | 5f6ddf9a479628c018b05d33e6bebb073c6f85cd (patch) | |
tree | 4653a8cc659d44a583a25c54cd05282b1d2f9ee7 /usr.sbin | |
parent | b9784762c136f25e66948c9425939143b446161e (diff) | |
download | FreeBSD-src-5f6ddf9a479628c018b05d33e6bebb073c6f85cd.zip FreeBSD-src-5f6ddf9a479628c018b05d33e6bebb073c6f85cd.tar.gz |
Remove some redundant (#if 0'd) code.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/bundle.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h index f746c47..e3df0b5 100644 --- a/usr.sbin/ppp/bundle.h +++ b/usr.sbin/ppp/bundle.h @@ -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 */ |