From: Michael Haggerty Date: Tue, 15 Jan 2013 08:06:21 +0000 (+0100) Subject: iamp-send.c: remove unused struct imap_store_conf X-Git-Tag: v1.8.2-rc0~93^2~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/75b24bdf3cc422f2714f90fe995a6782ac517bc6?hp=--cc iamp-send.c: remove unused struct imap_store_conf Signed-off-by: Michael Haggerty Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- 75b24bdf3cc422f2714f90fe995a6782ac517bc6 diff --git a/imap-send.c b/imap-send.c index 29c10a417c..dbe0546200 100644 --- a/imap-send.c +++ b/imap-send.c @@ -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