diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-12-13 22:49:19 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-12-13 22:49:19 -0800 |
commit | 5c3659432da19098261737d69b7979336d5d0159 (patch) | |
tree | 8e03e2877ec9763ffcc481d8d7e030bfed78d2dc | |
parent | 3c4b5ad5a5d4356948f1207908bd3ba62b1a7773 (diff) | |
parent | 3686aa1caf907d22fe318c28efe93f0e7870ba50 (diff) | |
download | git-5c3659432da19098261737d69b7979336d5d0159.tar.gz |
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.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 |