[refactor] Remove unused ForEachNodeThen() template

This commit is contained in:
John Newbery
2020-12-23 11:58:57 +00:00
parent 09cc66c00e
commit 0829516d1f
2 changed files with 0 additions and 25 deletions

View File

@@ -64,9 +64,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(); });
},