mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 03:00:37 +01:00
wifi: remove unused variables from iwd device
This commit is contained in:
parent
24bc95316d
commit
e96fabfc18
1 changed files with 0 additions and 2 deletions
|
|
@ -737,7 +737,6 @@ dbus_request_scan_cb (NMDevice *device,
|
|||
NMDeviceIwd *self = NM_DEVICE_IWD (device);
|
||||
NMDeviceIwdPrivate *priv;
|
||||
gs_unref_variant GVariant *scan_options = user_data;
|
||||
gs_unref_ptrarray GPtrArray *ssids = NULL;
|
||||
|
||||
if (error) {
|
||||
g_dbus_method_invocation_return_gerror (context, error);
|
||||
|
|
@ -1028,7 +1027,6 @@ network_connect_cb (GObject *source, GAsyncResult *res, gpointer user_data)
|
|||
NMDeviceIwd *self = user_data;
|
||||
NMDevice *device = NM_DEVICE (self);
|
||||
gs_free_error GError *error = NULL;
|
||||
gs_unref_variant GVariant *variant = NULL;
|
||||
NMConnection *connection;
|
||||
NMSettingWireless *s_wifi;
|
||||
GBytes *ssid;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue