From 9a08cbb7cd22c0cfd3bb85b9ac6b374c3b701d42 Mon Sep 17 00:00:00 2001 From: Michael Haggerty Date: Tue, 15 Jan 2013 09:06:30 +0100 Subject: [PATCH] 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 --- imap-send.c | 1 - 1 file changed, 1 deletion(-) diff --git a/imap-send.c b/imap-send.c index 7141bcbbc4..7f900b7dda 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; }; -- 2.11.4.GIT