Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Jarosch <thomas.jarosch@intra2net.com>2011-11-24 00:32:37 +0400
committerJunio C Hamano <gitster@pobox.com>2011-11-24 01:28:06 +0400
commitaa2577a9c3bd5559bd580feca6edec4d70254adc (patch)
tree535ed65e6994f853283523a2e07310d4735631ba /imap-send.c
parentf2561fda364ad984ef1441a80c90b0ee04f1a7c4 (diff)
imap-send: Remove unused 'use_namespace' variable
Reported by cppcheck Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'imap-send.c')
-rw-r--r--imap-send.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/imap-send.c b/imap-send.c
index fddaac00c0..57221e6bd1 100644
--- a/imap-send.c
+++ b/imap-send.c
@@ -128,7 +128,6 @@ typedef struct imap_server_conf {
typedef struct imap_store_conf {
store_conf_t gen;
imap_server_conf_t *server;
- unsigned use_namespace:1;
} imap_store_conf_t;
#define NIL (void*)0x1