mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 20:50:19 +01:00
core: remove unused @state variable from nm_device_activate_schedule_stage3_ip_config_start()
Fixes: 5affa446aa
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
ca2e2a7ec8
commit
0ce2d2618c
1 changed files with 0 additions and 3 deletions
|
|
@ -4127,7 +4127,6 @@ nm_device_activate_schedule_stage3_ip_config_start (NMDevice *self)
|
|||
NMDevicePrivate *priv;
|
||||
NMConnection *connection;
|
||||
NMSettingConnection *s_con = NULL;
|
||||
NMDeviceState state;
|
||||
const char *zone;
|
||||
|
||||
g_return_if_fail (NM_IS_DEVICE (self));
|
||||
|
|
@ -4135,8 +4134,6 @@ nm_device_activate_schedule_stage3_ip_config_start (NMDevice *self)
|
|||
priv = NM_DEVICE_GET_PRIVATE (self);
|
||||
g_return_if_fail (priv->act_request);
|
||||
|
||||
state = nm_device_get_state (self);
|
||||
|
||||
/* Add the interface to the specified firewall zone */
|
||||
connection = nm_device_get_connection (self);
|
||||
g_assert (connection);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue