From 3c745b4bc686e9ad060ca58d9097a328be815dc8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 20 Jul 2020 18:13:37 +0200 Subject: [PATCH] neighbor/smbclient: remove obsolete commented code --- src/neighbor/plugins/SmbclientNeighborPlugin.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/neighbor/plugins/SmbclientNeighborPlugin.cxx b/src/neighbor/plugins/SmbclientNeighborPlugin.cxx index d6b426f74..6b2075ff9 100644 --- a/src/neighbor/plugins/SmbclientNeighborPlugin.cxx +++ b/src/neighbor/plugins/SmbclientNeighborPlugin.cxx @@ -103,11 +103,6 @@ NeighborExplorer::List SmbclientNeighborExplorer::GetList() const noexcept { const std::lock_guard protect(mutex); - /* - List list; - for (const auto &i : servers) - list.emplace_front(i.Export()); - */ return list; }