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>
This commit is contained in:
parent
f2561fda36
commit
aa2577a9c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user