summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-09-02 14:07:25 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-09-03 10:23:44 +0200
commit9ecd36aa03c3f003202468c67083226bc150c102 (patch)
treee30bc35a0bc415e3ed2c06b4ec4defbb7850bae2 /examples
parent752c645fd480ed7d64575deca2c3919e1292d65d (diff)
downloadlibrest-9ecd36aa03c3f003202468c67083226bc150c102.tar.gz
tests: Remove more unused variables/code
https://bugzilla.gnome.org/show_bug.cgi?id=735921
Diffstat (limited to 'examples')
-rw-r--r--examples/lastfm-shout.c1
1 files changed, 0 insertions, 1 deletions
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);