summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-07-17 13:06:58 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-07-19 13:22:15 +0200
commita6216a8553235f1a6aa91ae6a0843b8ffb11d8f8 (patch)
treea466a012c512cacd6680fbca325911a9b0614caa
parent8f904a8e2bb38a7bf72245cdf2f1ecad17e9a720 (diff)
downloadlibrest-a6216a8553235f1a6aa91ae6a0843b8ffb11d8f8.tar.gz
RestProxyCall: Remove unused struct
-rw-r--r--rest/rest-proxy-call.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/rest/rest-proxy-call.c b/rest/rest-proxy-call.c
index 4a5425a..2cd867a 100644
--- a/rest/rest-proxy-call.c
+++ b/rest/rest-proxy-call.c
@@ -1194,12 +1194,6 @@ rest_proxy_call_cancel (RestProxyCall *call)
return TRUE;
}
-typedef struct
-{
- GMainLoop *loop;
- GError *error;
-} RestProxyCallRunClosure;
-
gboolean
rest_proxy_call_sync (RestProxyCall *call,
GError **error_out)