Remove unused ParseDouble and ParsePrechecks

This commit is contained in:
MarcoFalke
2021-10-04 09:55:05 +02:00
parent fa3cd28535
commit fa9d72a794
4 changed files with 0 additions and 61 deletions

View File

@@ -14,9 +14,6 @@ FUZZ_TARGET(parse_numbers)
(void)ParseMoney(random_string);
double d;
(void)ParseDouble(random_string, &d);
uint8_t u8;
(void)ParseUInt8(random_string, &u8);