mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
net: remove CService::ToStringPort()
It is used only internally in `CService::ToStringAddrPort()`.
This commit is contained in:
@@ -80,7 +80,6 @@ FUZZ_TARGET(netaddress)
|
||||
(void)service.GetKey();
|
||||
(void)service.GetPort();
|
||||
(void)service.ToStringAddrPort();
|
||||
(void)service.ToStringPort();
|
||||
(void)CServiceHash()(service);
|
||||
(void)CServiceHash(0, 0)(service);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user