mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 07:50:17 +01:00
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:
parent
d169cde872
commit
f84f0ce4f9
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue