mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 23:10:18 +01:00
device: ethernet: remove unused private member
This commit is contained in:
parent
6da6323080
commit
c521cffd7b
1 changed files with 0 additions and 6 deletions
|
|
@ -108,7 +108,6 @@ typedef struct _NMDeviceEthernetPrivate {
|
|||
|
||||
/* PPPoE */
|
||||
NMPPPManager *ppp_manager;
|
||||
NMIP4Config *pending_ip4_config;
|
||||
gint32 last_pppoe_time;
|
||||
guint pppoe_wait_id;
|
||||
|
||||
|
|
@ -1353,11 +1352,6 @@ deactivate (NMDevice *device)
|
|||
|
||||
nm_clear_g_source (&priv->pppoe_wait_id);
|
||||
|
||||
if (priv->pending_ip4_config) {
|
||||
g_object_unref (priv->pending_ip4_config);
|
||||
priv->pending_ip4_config = NULL;
|
||||
}
|
||||
|
||||
if (priv->ppp_manager) {
|
||||
nm_ppp_manager_stop_sync (priv->ppp_manager);
|
||||
g_clear_object (&priv->ppp_manager);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue