From: Michael Haggerty Date: Tue, 15 Jan 2013 08:06:28 +0000 (+0100) Subject: imap-send.c: remove unused field imap_store::trashnc X-Git-Tag: v1.8.2-rc0~93^2~4 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c197454da64bc9a4cb6fa992a603460f590633dc;p=git-core%2Fgit.git imap-send.c: remove unused field imap_store::trashnc 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 04da7c8d5..10236f361 100644 --- a/imap-send.c +++ b/imap-send.c @@ -127,7 +127,6 @@ struct imap_store { int uidvalidity; struct imap *imap; const char *prefix; - unsigned /*currentnc:1,*/ trashnc:1; }; struct imap_cmd_cb { @@ -1090,7 +1089,6 @@ static struct store *imap_open_store(struct imap_server_conf *srvc) } /* !preauth */ ctx->prefix = ""; - ctx->trashnc = 1; return (struct store *)ctx; bail: