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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rest/rest-proxy-call.c b/rest/rest-proxy-call.c
index beff38a..7b57cb6 100644
--- a/rest/rest-proxy-call.c
+++ b/rest/rest-proxy-call.c
@@ -823,14 +823,12 @@ rest_proxy_call_async (RestProxyCall *call,
GError **error)
{
RestProxyCallPrivate *priv;
- RestProxyCallClass *call_class;
SoupMessage *message;
RestProxyCallAsyncClosure *closure;
g_return_val_if_fail (REST_IS_PROXY_CALL (call), FALSE);
priv = GET_PRIVATE (call);
g_assert (priv->proxy);
- call_class = REST_PROXY_CALL_GET_CLASS (call);
if (priv->cur_call_closure)
{
@@ -918,14 +916,12 @@ rest_proxy_call_continuous (RestProxyCall *call,
GError **error)
{
RestProxyCallPrivate *priv;
- RestProxyCallClass *call_class;
SoupMessage *message;
RestProxyCallContinuousClosure *closure;
g_return_val_if_fail (REST_IS_PROXY_CALL (call), FALSE);
priv = GET_PRIVATE (call);
g_assert (priv->proxy);
- call_class = REST_PROXY_CALL_GET_CLASS (call);
if (priv->cur_call_closure)
{