summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/nm-device-dummy.c')
-rw-r--r--src/devices/nm-device-dummy.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/nm-device-dummy.c b/src/devices/nm-device-dummy.c
index 9c0c30358a..75e8f742b6 100644
--- a/src/devices/nm-device-dummy.c
+++ b/src/devices/nm-device-dummy.c
@@ -119,12 +119,6 @@ create_and_realize (NMDevice *device,
static NMActStageReturn
act_stage1_prepare (NMDevice *device, NMDeviceStateReason *out_failure_reason)
{
- NMActStageReturn ret;
-
- ret = NM_DEVICE_CLASS (nm_device_dummy_parent_class)->act_stage1_prepare (device, out_failure_reason);
- if (ret != NM_ACT_STAGE_RETURN_SUCCESS)
- return ret;
-
if (!nm_device_hw_addr_set_cloned (device, nm_device_get_applied_connection (device), FALSE))
return NM_ACT_STAGE_RETURN_FAILURE;