[evolution-data-server] Remove unused variable ‘message’



commit 75a6cdb09b73b69e6162704b67ed3b9af206fe09
Author: David Woodhouse <David Woodhouse intel com>
Date:   Wed Jun 23 23:51:29 2010 +0100

    Remove unused variable â??messageâ??
    
    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 files changed, 0 insertions(+), 1 deletions(-)
---
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"));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]