mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-11 06:00:35 +01:00
acd-manager: drop an unused variable
src/devices/nm-acd-manager.c:299:16: error: unused variable 'timeout_str' [-Werror,-Wunused-variable]
gs_free char *timeout_str = NULL;
^
Fixes: 9f79ae685d
This commit is contained in:
parent
c2fcf82e63
commit
30814288c9
1 changed files with 0 additions and 1 deletions
|
|
@ -296,7 +296,6 @@ nm_acd_manager_start_probe (NMAcdManager *self, guint timeout)
|
|||
NMAcdManagerPrivate *priv;
|
||||
GHashTableIter iter;
|
||||
AddressInfo *info;
|
||||
gs_free char *timeout_str = NULL;
|
||||
gboolean success = FALSE;
|
||||
|
||||
g_return_val_if_fail (NM_IS_ACD_MANAGER (self), FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue