diff options
Diffstat (limited to 'tools/rfc822parse.c')
-rw-r--r-- | tools/rfc822parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/rfc822parse.c b/tools/rfc822parse.c index 5aa233b12..fa1cf2a3e 100644 --- a/tools/rfc822parse.c +++ b/tools/rfc822parse.c @@ -725,7 +725,6 @@ const char * rfc822parse_enum_header_lines (rfc822parse_t msg, void **context) { HDR_LINE l; - part_t part; if (!msg) /* Close. */ return NULL; |