mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Remove unused ParseDouble and ParsePrechecks
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user