device: ethernet: remove unused private member
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user