Remove dead code + expand allzeroes usage to bigger integers

This commit is contained in:
TamtamHero
2021-05-06 23:16:46 +02:00
committed by pscott
parent 02ec83233b
commit 82bf81cca6
3 changed files with 3 additions and 57 deletions

View File

@@ -77,4 +77,6 @@ __attribute__((no_instrument_function)) inline int ismaxint(uint8_t *buf, int n)
return 1;
}
static const uint8_t const HEXDIGITS[] = "0123456789abcdef";
#endif /* _ETHUTILS_H_ */