From 43c2bfdc52603599a8699750ac667f5c04ea8f8f Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Thu, 26 Oct 2017 20:42:56 +0300 Subject: [PATCH] gatchat: Removed unused GAtPPP field --- gatchat/gatppp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c index 5144084e..4a80b4b3 100644 --- a/gatchat/gatppp.c +++ b/gatchat/gatppp.c @@ -40,7 +40,6 @@ #include "crc-ccitt.h" #include "ppp.h" -#define DEFAULT_MRU 1500 #define DEFAULT_MTU 1500 #define PPP_ADDR_FIELD 0xff @@ -66,7 +65,6 @@ struct _GAtPPP { struct ppp_chap *chap; struct ppp_pap *pap; GAtHDLC *hdlc; - gint mru; gint mtu; char username[256]; char password[256]; @@ -830,7 +828,6 @@ static GAtPPP *ppp_init_common(gboolean is_server, guint32 ip) ppp->fd = -1; /* set options to defaults */ - ppp->mru = DEFAULT_MRU; ppp->mtu = DEFAULT_MTU; /* initialize the lcp state */