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:
parent
d6a96a4b24
commit
74b2c8c123
1 changed files with 0 additions and 3 deletions
|
@ -483,9 +483,6 @@ struct ppp_context {
|
|||
/** This tells how many network protocols are up */
|
||||
int network_protos_up;
|
||||
|
||||
/** Is network carrier up */
|
||||
uint16_t is_net_carrier_up : 1;
|
||||
|
||||
/** Is PPP ready to receive packets */
|
||||
uint16_t is_ready_to_serve : 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue