Wladimir J. van der Laan e9b3012654
Merge #19750: refactor: remove unused c-string variant of atoi64()
71e0f07e9c5f0aef532b85c04807dcbedd04e0af util: remove unused c-string variant of atoi64() (Sebastian Falbesoner)

Pull request description:

  This is another micro-PR "removing old cruft with potentially sharp edges" (quote by practicalswift, see #19739). Gets rid of the c-string variant of the function `atoi64()`, which is only used in fuzzers and on one place with `wallet/wallet.h` (where it is originally a `std::string` anyways and uses `.c_str()` -- this method call can simply be removed.)

ACKs for top commit:
  practicalswift:
    ACK 71e0f07e9c5f0aef532b85c04807dcbedd04e0af -- diff looks correct
  laanwj:
    ACK 71e0f07e9c5f0aef532b85c04807dcbedd04e0af

Tree-SHA512: 4d1d28e2f5274fdbe0652e7a0f83dd416f4d19c1e1a49979927960a3ad40b0990eeaa4374656bf2c6998a965a14d62c1bc78303b7d583d3307c17828030a8e3b
2020-08-19 15:04:34 +02:00
..
2020-08-06 19:41:43 +02:00
2020-07-29 12:30:23 -04:00
2020-05-28 02:13:19 -04:00
2020-05-24 10:34:52 -07:00
2020-08-06 19:41:43 +02:00
2020-08-18 19:24:39 +09:00