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 7141bcbbc496aef5b50329907a9ecdfbb750dbe1..7f900b7dda0aa2a1e3a534cabb0013da2319244f 100644 (file)
@@ -124,7 +124,6 @@ struct imap {
 
 struct imap_store {
        struct store gen;
-       int uidvalidity;
        struct imap *imap;
        const char *prefix;
 };