mirror of
https://github.com/git/git.git
synced 2024-11-25 19:04:18 +08:00
iamp-send.c: remove unused struct imap_store_conf
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
cbc607614d
commit
75b24bdf3c
@ -130,11 +130,6 @@ static struct imap_server_conf server = {
|
||||
NULL, /* auth_method */
|
||||
};
|
||||
|
||||
struct imap_store_conf {
|
||||
struct store_conf gen;
|
||||
struct imap_server_conf *server;
|
||||
};
|
||||
|
||||
#define NIL (void *)0x1
|
||||
#define LIST (void *)0x2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user