]> code.citadel.org Git - citadel.git/blobdiff - citadel/mime_parser.c
* Removed the bmstrstr() function, and replaced all calls to it with calls
[citadel.git] / citadel / mime_parser.c
index 01636b1633c14fa1f94232290ee26385dc88a6d8..beffe3c934964d68bfd25dee6bc6f2005301b0ca 100644 (file)
@@ -415,8 +415,6 @@ void the_mime_parser(char *partnum,
 
                part_start = NULL;
                do {
-       
-                       /* next_boundary = bmstrstr(ptr, startary, memcmp); */
                        next_boundary = NULL;
                        for (srch=ptr; srch<content_end; ++srch) {
                                if (!memcmp(srch, startary, startary_len)) {