summaryrefslogtreecommitdiff
path: root/rest
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-07-19 13:29:59 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-07-19 14:25:08 +0200
commitf6cc4da59316b437370ccc65c4fd2c9b5233a71f (patch)
tree904ed74bbe72638afdbcb1d1489a40cf46c1410f /rest
parenta78ba79200af84e44ad53cf4581047108909b90e (diff)
downloadlibrest-f6cc4da59316b437370ccc65c4fd2c9b5233a71f.tar.gz
RestProxy: Remove unused session_sync
Diffstat (limited to 'rest')
-rw-r--r--rest/rest-proxy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rest/rest-proxy.c b/rest/rest-proxy.c
index a8ace6b..80972a3 100644
--- a/rest/rest-proxy.c
+++ b/rest/rest-proxy.c
@@ -43,7 +43,6 @@ struct _RestProxyPrivate {
gchar *password;
gboolean binding_required;
SoupSession *session;
- SoupSession *session_sync;
gboolean disable_cookies;
char *ssl_ca_file;
};