authd/provider: remove shadowed double variable decl

This commit is contained in:
Aaron Jones 2016-06-01 20:29:35 +00:00
parent 2a7e1da947
commit 656c85d090
No known key found for this signature in database
GPG key ID: 6E854C0FAAD4CEA4

View file

@ -82,7 +82,6 @@ destroy_providers(void)
rb_dlink_node *ptr, *nptr; rb_dlink_node *ptr, *nptr;
rb_dictionary_iter iter; rb_dictionary_iter iter;
struct auth_client *auth; struct auth_client *auth;
struct auth_provider *provider;
/* Cancel outstanding connections */ /* Cancel outstanding connections */
RB_DICTIONARY_FOREACH(auth, &iter, auth_clients) RB_DICTIONARY_FOREACH(auth, &iter, auth_clients)