mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 15:50:07 +01:00
dhcp: drop unused variable
src/dhcp/nm-dhcp-client.c:552:16: error: unused variable 'str' [-Werror,-Wunused-variable]
gs_free char *str = NULL;
^
Fixes: 787f4b57cd
This commit is contained in:
parent
5fb24644a1
commit
6f111b3d2e
1 changed files with 0 additions and 1 deletions
|
|
@ -549,7 +549,6 @@ nm_dhcp_client_start_ip6 (NMDhcpClient *self,
|
|||
GError **error)
|
||||
{
|
||||
NMDhcpClientPrivate *priv;
|
||||
gs_free char *str = NULL;
|
||||
gs_unref_bytes GBytes *own_client_id = NULL;
|
||||
|
||||
g_return_val_if_fail (NM_IS_DHCP_CLIENT (self), FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue