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:
@@ -670,7 +670,6 @@ dispose (GObject *object)
|
|||||||
{
|
{
|
||||||
NMAuthManager* self = NM_AUTH_MANAGER (object);
|
NMAuthManager* self = NM_AUTH_MANAGER (object);
|
||||||
NMAuthManagerPrivate *priv = NM_AUTH_MANAGER_GET_PRIVATE (self);
|
NMAuthManagerPrivate *priv = NM_AUTH_MANAGER_GET_PRIVATE (self);
|
||||||
gs_free_error GError *error_disposing = NULL;
|
|
||||||
|
|
||||||
_LOGD ("dispose");
|
_LOGD ("dispose");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user