aboutsummaryrefslogtreecommitdiff
path: root/imap-send.c
diff options
context:
space:
mode:
authorMichael Haggerty <mhagger@alum.mit.edu>2013-01-15 09:06:30 +0100
committerJunio C Hamano <gitster@pobox.com>2013-01-15 14:50:23 -0800
commit9a08cbb7cd22c0cfd3bb85b9ac6b374c3b701d42 (patch)
treea9e26388dfd4bbbd03613d8f4847bb189891a375 /imap-send.c
parentfe47e1df2431c0d5a98195df45a8a49a1fb0a91a (diff)
downloadgit-9a08cbb7cd22c0cfd3bb85b9ac6b374c3b701d42.tar.gz
git-9a08cbb7cd22c0cfd3bb85b9ac6b374c3b701d42.tar.xz
imap-send.c: remove unused field imap_store::uidvalidity
I suspect that the existence of both imap_store::uidvalidity and store::uidvalidity was an accident. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'imap-send.c')
-rw-r--r--imap-send.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/imap-send.c b/imap-send.c
index 7141bcbbc..7f900b7dd 100644
--- a/imap-send.c
+++ b/imap-send.c
@@ -124,7 +124,6 @@ struct imap {
struct imap_store {
struct store gen;
- int uidvalidity;
struct imap *imap;
const char *prefix;
};