net: ppp: Remove unused flag from struct ppp_context

Remove unused flag from ppp_context struct.

Signed-off-by: Bjarki Arge Andreasen <bjarkix123@gmail.com>
This commit is contained in:
Bjarki Arge Andreasen 2023-09-29 17:03:53 +02:00 committed by Carles Cufí
commit 74b2c8c123

View file

@ -483,9 +483,6 @@ struct ppp_context {
/** This tells how many network protocols are up */ /** This tells how many network protocols are up */
int network_protos_up; int network_protos_up;
/** Is network carrier up */
uint16_t is_net_carrier_up : 1;
/** Is PPP ready to receive packets */ /** Is PPP ready to receive packets */
uint16_t is_ready_to_serve : 1; uint16_t is_ready_to_serve : 1;