summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2011-12-13 22:49:19 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-12-13 22:49:19 -0800
commit5c3659432da19098261737d69b7979336d5d0159 (patch)
tree8e03e2877ec9763ffcc481d8d7e030bfed78d2dc
parentMerge branch 'jk/maint-upload-archive' (diff)
parentMerge branch 'maint' into tj/imap-send-remove-unused (diff)
downloadtgif-5c3659432da19098261737d69b7979336d5d0159.tar.xz
Merge branch 'tj/maint-imap-send-remove-unused'
* tj/maint-imap-send-remove-unused: imap-send: Remove unused 'use_namespace' variable
-rw-r--r--imap-send.c1
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