Browse Source

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
Thomas Jarosch 14 years ago committed by Junio C Hamano
parent
commit
aa2577a9c3
  1. 1
      imap-send.c

1
imap-send.c

@ -128,7 +128,6 @@ typedef struct imap_server_conf { @@ -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…
Cancel
Save