summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-ethernet.c
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-12-18 08:36:51 +0100
committerLubomir Rintel <lkundrak@v3.sk>2017-12-18 13:29:32 +0100
commit6672c5e92ea593db2fa58e42992714aebf315831 (patch)
tree0e5fc518bec9eb56d376fb450c60d242abb09627 /src/devices/nm-device-ethernet.c
parent0ae44fe7e28ea635f727ea524c31b590d26ebecc (diff)
downloadNetworkManager-6672c5e92ea593db2fa58e42992714aebf315831.tar.gz
all: get rid of a handful of unused-but-set variables
Diffstat (limited to 'src/devices/nm-device-ethernet.c')
-rw-r--r--src/devices/nm-device-ethernet.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/nm-device-ethernet.c b/src/devices/nm-device-ethernet.c
index 3ca86e06a6..d11f9a11c2 100644
--- a/src/devices/nm-device-ethernet.c
+++ b/src/devices/nm-device-ethernet.c
@@ -658,12 +658,9 @@ handle_auth_or_fail (NMDeviceEthernet *self,
NMActRequest *req,
gboolean new_secrets)
{
- NMDeviceEthernetPrivate *priv;
const char *setting_name;
NMConnection *applied_connection;
- priv = NM_DEVICE_ETHERNET_GET_PRIVATE (self);
-
if (!nm_device_auth_retries_try_next (NM_DEVICE (self)))
return NM_ACT_STAGE_RETURN_FAILURE;