]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
removed unneeded code
authorTimo Sirainen <tss@iki.fi>
Wed, 20 Aug 2003 02:51:06 +0000 (05:51 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 20 Aug 2003 02:51:06 +0000 (05:51 +0300)
--HG--
branch : HEAD

src/lib-imap/imap-bodystructure.c

index 1c29bbf973023df2a313542de1a242c3158faa48..55a00ace2e42c496c1220826cb5d950388e764b9 100644 (file)
@@ -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);