talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit fd4c5f697ecb3fda07b0d8de7d7cf09b8bd111b6
parent cfecbde1396e473af1b9567e91e823b1ad566b46
Author: Paul <paul@claws-mail.org>
Date:   Sat, 23 Jul 2022 12:20:52 +0100

remove unused variable

Diffstat:
Msrc/oauth2.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/oauth2.c b/src/oauth2.c @@ -215,7 +215,7 @@ int oauth2_obtain_tokens (Oauth2Service provider, OAUTH2Data *OAUTH2Data, const gchar *request; gchar *response; gchar *body; - gchar *uri, *uri2; + gchar *uri; gchar *header; gchar *tmp_hd, *tmp_hd_encoded; gchar *access_token;