Remove dead code: FLDEOF and BODYEOF are never set
[mmh] / sbr / m_getfld.c
index 3539ed4..826cfb3 100644 (file)
@@ -187,8 +187,6 @@ m_getfld(int state, unsigned char *name, unsigned char *buf,
        }
 
        switch (state) {
-       case FLDEOF:
-       case BODYEOF:
        case FLD:
                if (c == '\n' || c == '-') {
                        /* we hit the header/body separator */