summaryrefslogtreecommitdiff
path: root/src/neighbor
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-09-04 18:35:21 +0200
committerMax Kellermann <max@musicpd.org>2020-09-04 18:35:21 +0200
commit67c7116f058666fbcc050d6d879778f41665b447 (patch)
tree5660ae62bb3d751b0a1b928b3a1c144b28aa9f4a /src/neighbor
parent9aa432c07838256536c39b00d14c04462862b4fc (diff)
parentdb8b419b8c3aa738efb3fa7b5de7b2894ced6cde (diff)
Merge branch 'v0.21.x' into master
Diffstat (limited to 'src/neighbor')
-rw-r--r--src/neighbor/plugins/SmbclientNeighborPlugin.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/neighbor/plugins/SmbclientNeighborPlugin.cxx b/src/neighbor/plugins/SmbclientNeighborPlugin.cxx
index 9ea58f33d..03da63886 100644
--- a/src/neighbor/plugins/SmbclientNeighborPlugin.cxx
+++ b/src/neighbor/plugins/SmbclientNeighborPlugin.cxx
@@ -109,11 +109,6 @@ NeighborExplorer::List
SmbclientNeighborExplorer::GetList() const noexcept
{
const std::lock_guard<Mutex> protect(mutex);
- /*
- List list;
- for (const auto &i : servers)
- list.emplace_front(i.Export());
- */
return list;
}