[evolution-data-server] CamelIMAPXFolder: Fix compiler warnings.



commit f24beb2f68f7e64568391f0d24472ef5306f88d1
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Dec 19 12:47:24 2012 -0500

    CamelIMAPXFolder: Fix compiler warnings.

 camel/camel-imapx-folder.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/camel/camel-imapx-folder.c b/camel/camel-imapx-folder.c
index 5ab3828..965dcfd 100644
--- a/camel/camel-imapx-folder.c
+++ b/camel/camel-imapx-folder.c
@@ -67,11 +67,8 @@ static void
 imapx_folder_claim_move_to_real_junk_uids (CamelIMAPXFolder *folder,
                                            GPtrArray *out_uids_to_copy)
 {
-	CamelFolderSummary *summary;
 	GList *keys;
 
-	summary = CAMEL_FOLDER (folder)->summary;
-
 	g_mutex_lock (&folder->priv->move_to_hash_table_lock);
 
 	keys = g_hash_table_get_keys (folder->priv->move_to_real_junk_uids);
@@ -89,11 +86,8 @@ static void
 imapx_folder_claim_move_to_real_trash_uids (CamelIMAPXFolder *folder,
                                             GPtrArray *out_uids_to_copy)
 {
-	CamelFolderSummary *summary;
 	GList *keys;
 
-	summary = CAMEL_FOLDER (folder)->summary;
-
 	g_mutex_lock (&folder->priv->move_to_hash_table_lock);
 
 	keys = g_hash_table_get_keys (folder->priv->move_to_real_trash_uids);



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