Skip to content

Commit

Permalink
imap-send.c: remove unused field imap_store::uidvalidity
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Haggerty authored and Junio C Hamano committed Jan 15, 2013
1 parent fe47e1d commit 9a08cbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imap-send.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ struct imap {

struct imap_store {
struct store gen;
int uidvalidity;
struct imap *imap;
const char *prefix;
};
Expand Down

0 comments on commit 9a08cbb

Please sign in to comment.