remove code not executed from picohttp

This commit is contained in:
Christian Giese
2024-04-29 09:22:27 +00:00
parent 4f977291d3
commit c813daeff4
-3
View File
@@ -217,9 +217,6 @@ static const char *is_complete(const char *buf, const char *buf_end, size_t last
return buf;
}
}
*ret = -2;
return NULL;
}
#define PARSE_INT(valp_, mul_) \