Skip to content

Commit

Permalink
Merge branch 'tj/maint-imap-send-remove-unused' into maint
Browse files Browse the repository at this point in the history
* tj/maint-imap-send-remove-unused:
  imap-send: Remove unused 'use_namespace' variable
  • Loading branch information
Junio C Hamano committed Dec 28, 2011
2 parents 7958774 + 3686aa1 commit 4df989f
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 @@ -161,7 +161,6 @@ static struct imap_server_conf server = {
struct imap_store_conf {
struct store_conf gen;
struct imap_server_conf *server;
unsigned use_namespace:1;
};

#define NIL (void *)0x1
Expand Down

0 comments on commit 4df989f

Please sign in to comment.