summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2010-06-23 23:51:29 +0100
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-06-28 12:59:13 +0100
commitea61753deef91c8aca499e557598231de7aa74ae (patch)
treebf0ba0357273198088d370c942f5001d231caf6f
parent34808945ae44bf8958bc5e1b85715588b0868290 (diff)
downloadevolution-data-server-ea61753deef91c8aca499e557598231de7aa74ae.tar.gz
Remove unused variable ‘message’
camel-offline-folder.c: In function ‘offline_downsync_sync’: camel-offline-folder.c:63: warning: unused variable ‘message’ (cherry picked from commit 75a6cdb09b73b69e6162704b67ed3b9af206fe09)
-rw-r--r--camel/camel-offline-folder.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/camel-offline-folder.c b/camel/camel-offline-folder.c
index bbeba88ec..5c8f45c33 100644
--- a/camel/camel-offline-folder.c
+++ b/camel/camel-offline-folder.c
@@ -101,7 +101,6 @@ static void
offline_downsync_sync (CamelSession *session, CamelSessionThreadMsg *mm)
{
struct _offline_downsync_msg *m = (struct _offline_downsync_msg *) mm;
- CamelMimeMessage *message;
gint i;
camel_operation_start (NULL, _("Downloading new messages for offline mode"));