Skip to content

Commit

Permalink
imap-send: Remove unused 'use_namespace' variable
Browse files Browse the repository at this point in the history
Reported by cppcheck

Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Thomas Jarosch authored and Junio C Hamano committed Nov 23, 2011
1 parent f2561fd commit aa2577a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imap-send.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa2577a

Please sign in to comment.