Signed-off-by: Michael Haggerty <mhagger@xxxxxxxxxxxx> --- imap-send.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/imap-send.c b/imap-send.c index 29c10a4..dbe0546 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 -- 1.8.0.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html