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:
Lubomir Rintel
2018-04-23 08:25:40 +02:00
parent 30814288c9
commit 40ce80cb50

View File

@@ -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");