imap-send.c: remove unused field imap_store::uidvalidity
authorMichael Haggerty <mhagger@alum.mit.edu>
Tue, 15 Jan 2013 08:06:30 +0000 (09:06 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jan 2013 22:50:23 +0000 (14:50 -0800)
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>
imap-send.c

index 7141bcb..7f900b7 100644 (file)
@@ -124,7 +124,6 @@ struct imap {
 
 struct imap_store {
        struct store gen;
-       int uidvalidity;
        struct imap *imap;
        const char *prefix;
 };