mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 11:02:46 +02:00
Merge bitcoin/bitcoin#22782: Remove unused MaybeSetAddrName
fa9eade142
Remove GetAddrName (MarcoFalke)fa786570a5
Remove unused RecursiveMutex cs_addrName (MarcoFalke)fa82f4ea96
Remove unused MaybeSetAddrName (MarcoFalke) Pull request description: . ACKs for top commit: jnewbery: Code review ACKfa9eade142
naumenkogs: utACKfa9eade142
Tree-SHA512: 61501a699add59225dc8127b6dfdda450d768c86f958fdf94e9c28309c3705ecfbee4b064d44228b8c1190c19c39272becc7ede8386ac1406699ea2285881c72
This commit is contained in:
@@ -37,9 +37,6 @@ FUZZ_TARGET_INIT(net, initialize_net)
|
||||
[&] {
|
||||
node.CloseSocketDisconnect();
|
||||
},
|
||||
[&] {
|
||||
node.MaybeSetAddrName(fuzzed_data_provider.ConsumeRandomLengthString(32));
|
||||
},
|
||||
[&] {
|
||||
const std::vector<bool> asmap = ConsumeRandomLengthBitVector(fuzzed_data_provider);
|
||||
if (!SanityCheckASMap(asmap)) {
|
||||
@@ -82,7 +79,6 @@ FUZZ_TARGET_INIT(net, initialize_net)
|
||||
}
|
||||
|
||||
(void)node.GetAddrLocal();
|
||||
(void)node.GetAddrName();
|
||||
(void)node.GetId();
|
||||
(void)node.GetLocalNonce();
|
||||
(void)node.GetLocalServices();
|
||||
|
Reference in New Issue
Block a user