From 40ce80cb50c36dc0ee66175920a72bf918a5b7ba Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 23 Apr 2018 08:25:40 +0200 Subject: [PATCH] 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: 2ea2df3184d45567fa9c44f5ef90634a779bfb75 --- src/nm-auth-manager.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nm-auth-manager.c b/src/nm-auth-manager.c index ca1a2f18f..199a2e403 100644 --- a/src/nm-auth-manager.c +++ b/src/nm-auth-manager.c @@ -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");