summaryrefslogtreecommitdiff
path: root/tests/custom-serialize.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom-serialize.c')
-rw-r--r--tests/custom-serialize.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/custom-serialize.c b/tests/custom-serialize.c
index 9d757fc..b50405d 100644
--- a/tests/custom-serialize.c
+++ b/tests/custom-serialize.c
@@ -108,12 +108,6 @@ server_callback (SoupServer *server, SoupMessage *msg,
}
}
-static gpointer
-func (gpointer data)
-{
- return NULL;
-}
-
int
main (int argc, char **argv)
{
@@ -121,7 +115,6 @@ main (int argc, char **argv)
RestProxy *proxy;
RestProxyCall *call;
char *url;
- int i;
GError *error;
#if !GLIB_CHECK_VERSION (2, 36, 0)