From: Timo Sirainen Date: Wed, 20 Aug 2003 02:51:06 +0000 (+0300) Subject: removed unneeded code X-Git-Tag: 1.1.alpha1~4416 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d726f00a5e3dc8179c8c79a3907ef124f60e567;p=thirdparty%2Fdovecot%2Fcore.git removed unneeded code --HG-- branch : HEAD --- 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);