From 75a6cdb09b73b69e6162704b67ed3b9af206fe09 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Wed, 23 Jun 2010 23:51:29 +0100 Subject: [PATCH] =?utf8?q?Remove=20unused=20variable=20=E2=80=98message?= =?utf8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit camel-offline-folder.c: In function ‘offline_downsync_sync’: camel-offline-folder.c:63: warning: unused variable ‘message’ --- camel/camel-offline-folder.c | 1 - 1 file changed, 1 deletion(-) diff --git a/camel/camel-offline-folder.c b/camel/camel-offline-folder.c index c847ad7..86b6aa0 100644 --- a/camel/camel-offline-folder.c +++ b/camel/camel-offline-folder.c @@ -60,7 +60,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")); -- 2.7.4