Skip to content

Commit

Permalink
imap-send.c: remove unused field imap_store::trashnc
Browse files Browse the repository at this point in the history
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 3648b4d commit c197454
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions imap-send.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ struct imap_store {
int uidvalidity;
struct imap *imap;
const char *prefix;
unsigned /*currentnc:1,*/ trashnc:1;
};

struct imap_cmd_cb {
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c197454

Please sign in to comment.