aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-05-01 23:44:06 +0800
committerDan Winship <danw@src.gnome.org>2001-05-01 23:44:06 +0800
commit22f54199e78743297e7d78f3195b92f279cbd621 (patch)
tree4ce4edce39541fbc8df5512bb5205e0b646db0b6
parenteb7438182ab5fd969aac96795f67034e21937e35 (diff)
downloadgsoc2013-evolution-22f54199e78743297e7d78f3195b92f279cbd621.tar
gsoc2013-evolution-22f54199e78743297e7d78f3195b92f279cbd621.tar.gz
gsoc2013-evolution-22f54199e78743297e7d78f3195b92f279cbd621.tar.bz2
gsoc2013-evolution-22f54199e78743297e7d78f3195b92f279cbd621.tar.lz
gsoc2013-evolution-22f54199e78743297e7d78f3195b92f279cbd621.tar.xz
gsoc2013-evolution-22f54199e78743297e7d78f3195b92f279cbd621.tar.zst
gsoc2013-evolution-22f54199e78743297e7d78f3195b92f279cbd621.zip
remove unused assignment that calls non-existent function.
svn path=/trunk/; revision=9636
-rw-r--r--camel/providers/imap/camel-imap-folder.c2
1 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 ebfb34a0c0..17d75b1abb 100644
--- a/camel/providers/imap/camel-imap-folder.c
+++ b/camel/providers/imap/camel-imap-folder.c
@@ -1072,7 +1072,6 @@ imap_update_summary (CamelFolder *folder,
CamelImapStore *store = CAMEL_IMAP_STORE (folder->parent_store);
CamelImapResponse *response;
GPtrArray *lines, *messages;
- const char *summary_specifier;
char *p, *uid;
int i, seq, first, exists = 0;
CamelMimeMessage *msg;
@@ -1081,7 +1080,6 @@ imap_update_summary (CamelFolder *folder,
CamelStream *stream;
first = camel_folder_summary_count (folder->summary) + 1;
- summary_specifier = imap_protocol_get_summary_specifier (store);
/* We already have the command lock */
response = camel_imap_command (store, folder, ex, "FETCH %d:* (UID FLAGS RFC822.SIZE)", first);