summaryrefslogtreecommitdiff
path: root/rest/rest-oauth2-proxy-call.c
diff options
context:
space:
mode:
Diffstat (limited to 'rest/rest-oauth2-proxy-call.c')
-rw-r--r--rest/rest-oauth2-proxy-call.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rest/rest-oauth2-proxy-call.c b/rest/rest-oauth2-proxy-call.c
index cbea6f5..88840b3 100644
--- a/rest/rest-oauth2-proxy-call.c
+++ b/rest/rest-oauth2-proxy-call.c
@@ -1,6 +1,6 @@
/* rest-oauth2-proxy-call.c
*
- * Copyright 2021 Günther Wagner <info@gunibert.de>
+ * Copyright 2021-2022 Günther Wagner <info@gunibert.de>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -24,7 +24,6 @@ static gboolean
rest_oauth2_proxy_call_prepare (RestProxyCall *call,
GError **error)
{
- RestOAuth2ProxyCall *self = (RestOAuth2ProxyCall *)call;
RestOAuth2Proxy *proxy = NULL;
g_autoptr(GDateTime) now = NULL;
GDateTime *expiration_date = NULL;