From a4f6146667f0d7b5889f2416a78ef622389b83d0 Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Sun, 15 Jul 2012 15:57:54 +0200 Subject: [PATCH] removed some FIXME that are not relevant anymore --- src/netif/ppp/ppp_impl.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/netif/ppp/ppp_impl.h b/src/netif/ppp/ppp_impl.h index f9bba04b..8b82f314 100644 --- a/src/netif/ppp/ppp_impl.h +++ b/src/netif/ppp/ppp_impl.h @@ -208,9 +208,6 @@ struct ppp_idle { }; #endif /* PPP_IDLETIMELIMIT */ -/* FIXME: make endpoint discriminator optional */ -/* FIXME: moved temporarily to ppp.h */ - /* values for epdisc.class */ #define EPD_NULL 0 /* null discriminator, no data */ #define EPD_LOCAL 1 @@ -219,8 +216,6 @@ struct ppp_idle { #define EPD_MAGIC 4 #define EPD_PHONENUM 5 -/* FIXME: global variables per PPP session */ - /* * Global variables. */