removed some FIXME that are not relevant anymore

This commit is contained in:
Sylvain Rochet 2012-07-15 15:57:54 +02:00
parent 936c6c0d5c
commit a4f6146667

View File

@ -208,9 +208,6 @@ struct ppp_idle {
}; };
#endif /* PPP_IDLETIMELIMIT */ #endif /* PPP_IDLETIMELIMIT */
/* FIXME: make endpoint discriminator optional */
/* FIXME: moved temporarily to ppp.h */
/* values for epdisc.class */ /* values for epdisc.class */
#define EPD_NULL 0 /* null discriminator, no data */ #define EPD_NULL 0 /* null discriminator, no data */
#define EPD_LOCAL 1 #define EPD_LOCAL 1
@ -219,8 +216,6 @@ struct ppp_idle {
#define EPD_MAGIC 4 #define EPD_MAGIC 4
#define EPD_PHONENUM 5 #define EPD_PHONENUM 5
/* FIXME: global variables per PPP session */
/* /*
* Global variables. * Global variables.
*/ */