diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-12-28 11:32:34 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-12-28 11:32:34 -0800 |
commit | 4df989f9537cc9f168e96da7700f012b6367c63f (patch) | |
tree | 8c106ddef025605166304f5e417a1ac823314677 | |
parent | Merge branch 'jn/branch-move-to-self' into maint (diff) | |
parent | Merge branch 'maint' into tj/imap-send-remove-unused (diff) | |
download | tgif-4df989f9537cc9f168e96da7700f012b6367c63f.tar.xz |
Merge branch 'tj/maint-imap-send-remove-unused' into maint
* tj/maint-imap-send-remove-unused:
imap-send: Remove unused 'use_namespace' variable
-rw-r--r-- | imap-send.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/imap-send.c b/imap-send.c index e1ad1a48ce..80e0e8c051 100644 --- a/imap-send.c +++ b/imap-send.c @@ -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 |