From 656c85d090b724270bbf79557cb133cec58d11d8 Mon Sep 17 00:00:00 2001 From: Aaron Jones Date: Wed, 1 Jun 2016 20:29:35 +0000 Subject: [PATCH] authd/provider: remove shadowed double variable decl --- authd/provider.c | 1 - 1 file changed, 1 deletion(-) diff --git a/authd/provider.c b/authd/provider.c index 9a1e5f2d..7def5714 100644 --- a/authd/provider.c +++ b/authd/provider.c @@ -82,7 +82,6 @@ destroy_providers(void) rb_dlink_node *ptr, *nptr; rb_dictionary_iter iter; struct auth_client *auth; - struct auth_provider *provider; /* Cancel outstanding connections */ RB_DICTIONARY_FOREACH(auth, &iter, auth_clients)