From 9ecd36aa03c3f003202468c67083226bc150c102 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 2 Sep 2014 14:07:25 +0200 Subject: tests: Remove more unused variables/code https://bugzilla.gnome.org/show_bug.cgi?id=735921 --- examples/lastfm-shout.c | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/lastfm-shout.c b/examples/lastfm-shout.c index 02894a4..5d82a9b 100644 --- a/examples/lastfm-shout.c +++ b/examples/lastfm-shout.c @@ -57,7 +57,6 @@ static void shout (RestProxy *proxy, const char *username, const char *message) { RestProxyCall *call; - RestXmlNode *root, *node; GError *error = NULL; call = rest_proxy_new_call (proxy); -- cgit v1.2.1