From 9d726f00a5e3dc8179c8c79a3907ef124f60e567 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 20 Aug 2003 05:51:06 +0300 Subject: [PATCH] removed unneeded code --HG-- branch : HEAD --- src/lib-imap/imap-bodystructure.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/lib-imap/imap-bodystructure.c b/src/lib-imap/imap-bodystructure.c index 1c29bbf973..55a00ace2e 100644 --- a/src/lib-imap/imap-bodystructure.c +++ b/src/lib-imap/imap-bodystructure.c @@ -36,12 +36,6 @@ struct message_part_body_data { unsigned int charset_found:1; }; -struct imap_bodystructure_parse_ctx { - pool_t pool; - int extended; - struct message_part *root; -}; - static void part_write_bodystructure(struct message_part *part, string_t *str, int extended); -- 2.47.3