Remove unused variable ‘message’
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 23 Jun 2010 22:51:29 +0000 (23:51 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 23 Jun 2010 22:51:29 +0000 (23:51 +0100)
camel-offline-folder.c: In function ‘offline_downsync_sync’:
camel-offline-folder.c:63: warning: unused variable ‘message’

camel/camel-offline-folder.c

index c847ad7..86b6aa0 100644 (file)
@@ -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"));