[evolution-data-server] Remove unused assignments



commit 87f0fb209af07256f91e70177c95343cdc843157
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Sat Sep 26 12:44:45 2009 +0200

    Remove unused assignments

 camel/providers/imap/camel-imap-folder.c  |    1 -
 camel/providers/nntp/camel-nntp-summary.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c
index 69e2d9d..4f79f3a 100644
--- a/camel/providers/imap/camel-imap-folder.c
+++ b/camel/providers/imap/camel-imap-folder.c
@@ -3413,7 +3413,6 @@ imap_update_summary (CamelFolder *folder, gint exists,
 	} else
 		uidval = 0;
 
-	size = (exists - seq) * (IMAP_PRETEND_SIZEOF_FLAGS + IMAP_PRETEND_SIZEOF_SIZE + IMAP_PRETEND_SIZEOF_HEADERS);
 	got = 0;
 	if (!camel_imap_command_start (store, folder, ex,
 				       "UID FETCH %d:* (FLAGS RFC822.SIZE INTERNALDATE BODYSTRUCTURE BODY.PEEK[%s])",
diff --git a/camel/providers/nntp/camel-nntp-summary.c b/camel/providers/nntp/camel-nntp-summary.c
index 0da4729..5e7e3b7 100644
--- a/camel/providers/nntp/camel-nntp-summary.c
+++ b/camel/providers/nntp/camel-nntp-summary.c
@@ -452,7 +452,6 @@ camel_nntp_summary_check(CamelNNTPSummary *cns, CamelNNTPStore *store, gchar *li
 	s = (CamelFolderSummary *)cns;
 
 	line +=3;
-	n = strtoul(line, &line, 10);
 	f = strtoul(line, &line, 10);
 	l = strtoul(line, &line, 10);
 	if (line[0] == ' ') {



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