diff options
author | John Newbery <john@johnnewbery.com> | 2020-12-23 11:58:57 +0000 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2021-04-30 11:29:17 +0100 |
commit | 0829516d1f3868c1c2ba507feee718325d81e329 (patch) | |
tree | 483863fbe439aff262a38c821b387952383ccfa4 /src/test | |
parent | 09cc66c00e1d5fabe11ffcc32cad060e6b483b20 (diff) |
[refactor] Remove unused ForEachNodeThen() template
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/fuzz/connman.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/fuzz/connman.cpp b/src/test/fuzz/connman.cpp index e07f25dedf..acfd5f9797 100644 --- a/src/test/fuzz/connman.cpp +++ b/src/test/fuzz/connman.cpp @@ -65,9 +65,6 @@ FUZZ_TARGET_INIT(connman, initialize_connman) connman.ForEachNode([](auto) {}); }, [&] { - connman.ForEachNodeThen([](auto) {}, []() {}); - }, - [&] { (void)connman.ForNode(fuzzed_data_provider.ConsumeIntegral<NodeId>(), [&](auto) { return fuzzed_data_provider.ConsumeBool(); }); }, [&] { |