mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-29 01:10:41 +02:00
vpn: remove unused variable
This commit is contained in:
parent
48b0cf0e86
commit
b84faaefc9
1 changed files with 0 additions and 5 deletions
|
|
@ -110,11 +110,6 @@ typedef struct {
|
|||
/* Whether this address family is enabled. If not, then we won't have a l3cd instance,
|
||||
* but the activation for this address family is still complete. */
|
||||
bool enabled : 1;
|
||||
|
||||
/* Whether this address family is ready. This means we received the IP configuration.
|
||||
* Usually this implies we also have a corresponding l3cd, but that might not be the
|
||||
* case if this address family is disabled. */
|
||||
bool conf_ready : 1;
|
||||
} IPData;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue