summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.c
diff options
context:
space:
mode:
Diffstat (limited to 'rest/rest-proxy-call.c')
-rw-r--r--rest/rest-proxy-call.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rest/rest-proxy-call.c b/rest/rest-proxy-call.c
index 7b57cb6..baacb77 100644
--- a/rest/rest-proxy-call.c
+++ b/rest/rest-proxy-call.c
@@ -1075,7 +1075,6 @@ rest_proxy_call_sync (RestProxyCall *call,
{
RestProxyCallPrivate *priv;
SoupMessage *message;
- guint status;
gboolean ret;
g_return_val_if_fail (REST_IS_PROXY_CALL (call), FALSE);
@@ -1086,7 +1085,7 @@ rest_proxy_call_sync (RestProxyCall *call,
if (!message)
return FALSE;
- status = _rest_proxy_send_message (priv->proxy, message);
+ _rest_proxy_send_message (priv->proxy, message);
ret = finish_call (call, message, error_out);