Skip to content

Commit aa2577a

Browse files
thomasjfoxgitster
authored andcommitted
imap-send: Remove unused 'use_namespace' variable
Reported by cppcheck Signed-off-by: Thomas Jarosch <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f2561fd commit aa2577a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

imap-send.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ typedef struct imap_server_conf {
128128
typedef struct imap_store_conf {
129129
store_conf_t gen;
130130
imap_server_conf_t *server;
131-
unsigned use_namespace:1;
132131
} imap_store_conf_t;
133132

134133
#define NIL (void*)0x1

0 commit comments

Comments
 (0)