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>maint
parent
f2561fda36
commit
aa2577a9c3
|
|
@ -128,7 +128,6 @@ typedef struct imap_server_conf {
|
||||||
typedef struct imap_store_conf {
|
typedef struct imap_store_conf {
|
||||||
store_conf_t gen;
|
store_conf_t gen;
|
||||||
imap_server_conf_t *server;
|
imap_server_conf_t *server;
|
||||||
unsigned use_namespace:1;
|
|
||||||
} imap_store_conf_t;
|
} imap_store_conf_t;
|
||||||
|
|
||||||
#define NIL (void*)0x1
|
#define NIL (void*)0x1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue