manager: drop an unused variable

src/nm-manager.c:5857:36: error: unused variable 'object' [-Werror,-Wunused-variable]
        gs_unref_object NMExportedObject *object = NULL;
                                          ^
This commit is contained in:
Lubomir Rintel 2018-03-30 17:05:28 +02:00
parent d169cde872
commit f84f0ce4f9

View file

@ -5854,7 +5854,6 @@ _dbus_set_property_auth_cb (NMAuthChain *chain,
NMAuthCallResult result;
const char *error_name = NULL;
const char *error_message = NULL;
gs_unref_object NMExportedObject *object = NULL;
GValue gvalue;
g_slice_free (DBusSetPropertyHandle, handle_data);