summaryrefslogtreecommitdiff
path: root/rest
diff options
context:
space:
mode:
authorGünther Wagner <info@gunibert.de>2022-01-12 20:04:33 +0100
committerGünther Wagner <info@gunibert.de>2022-01-12 20:04:33 +0100
commit025e53c313850501500048cbc3c44d80a4f8cbec (patch)
treee21e069019d003978fba09e127c979fbd0b7ebb2 /rest
parentb6b20dae6f06a3badc6be09532d735a375b62e19 (diff)
downloadlibrest-025e53c313850501500048cbc3c44d80a4f8cbec.tar.gz
tests: fix warnings
Diffstat (limited to 'rest')
-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;