mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 18:50:18 +01:00
auth-manager: drop an unused variable
src/nm-auth-manager.c:673:24: error: unused variable 'error_disposing' [-Werror,-Wunused-variable]
gs_free_error GError *error_disposing = NULL;
^
Fixes: 2ea2df3184
This commit is contained in:
parent
30814288c9
commit
40ce80cb50
1 changed files with 0 additions and 1 deletions
|
|
@ -670,7 +670,6 @@ dispose (GObject *object)
|
|||
{
|
||||
NMAuthManager* self = NM_AUTH_MANAGER (object);
|
||||
NMAuthManagerPrivate *priv = NM_AUTH_MANAGER_GET_PRIVATE (self);
|
||||
gs_free_error GError *error_disposing = NULL;
|
||||
|
||||
_LOGD ("dispose");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue