From: Timo Sirainen Date: Wed, 20 Aug 2003 02:51:30 +0000 (+0300) Subject: Removed unneeded code X-Git-Tag: 1.1.alpha1~4415 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffb0a64fa0a7a554d97292abda921aabddc97bee;p=thirdparty%2Fdovecot%2Fcore.git Removed unneeded code --HG-- branch : HEAD --- diff --git a/src/lib-imap/imap-bodystructure.h b/src/lib-imap/imap-bodystructure.h index 40196f9c10..7a8b417b1e 100644 --- a/src/lib-imap/imap-bodystructure.h +++ b/src/lib-imap/imap-bodystructure.h @@ -4,8 +4,6 @@ struct message_part; struct message_header_line; -struct imap_bodystructure_parse_ctx; - /* Parse a single header. Note that this modifies part->context. */ void imap_bodystructure_parse_header(pool_t pool, struct message_part *part, struct message_header_line *hdr);