From ffb0a64fa0a7a554d97292abda921aabddc97bee Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 20 Aug 2003 05:51:30 +0300 Subject: [PATCH] Removed unneeded code --HG-- branch : HEAD --- src/lib-imap/imap-bodystructure.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.47.3