mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
util: Remove unused itostr
This commit is contained in:
@@ -97,7 +97,6 @@ void test_one_input(const std::vector<uint8_t>& buffer)
|
||||
(void)IsDigit(ch);
|
||||
(void)IsSpace(ch);
|
||||
(void)IsSwitchChar(ch);
|
||||
(void)itostr(i32);
|
||||
(void)memusage::DynamicUsage(ch);
|
||||
(void)memusage::DynamicUsage(i16);
|
||||
(void)memusage::DynamicUsage(i32);
|
||||
|
||||
Reference in New Issue
Block a user