From: Michael Haggerty Date: Tue, 15 Jan 2013 08:06:30 +0000 (+0100) Subject: imap-send.c: remove unused field imap_store::uidvalidity X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9a08cbb7cd22c0cfd3bb85b9ac6b374c3b701d42;p=git.git 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 Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- 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; };