From 42dda7fd638f055965babe730a80f1fc39ada6d3 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Wed, 21 Jul 2010 13:39:29 +0100 Subject: [PATCH] Remove unused variables --- ews_syncfolder.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ews_syncfolder.c b/ews_syncfolder.c index e448393..446f41f 100644 --- a/ews_syncfolder.c +++ b/ews_syncfolder.c @@ -43,10 +43,8 @@ int main(int argc, char **argv) SoupSession *sess; SoupSoapMessage *msg; xmlDoc *doc; - xmlNode *node, *child; - xmlNs *soap_ns, *types_ns, *messages_ns; + xmlNode *node; guint status; - xmlOutputBuffer *buf; struct ews_auth auth; char *url; char *responseclass; -- 2.49.0