Commit 3c745b4b authored by Max Kellermann's avatar Max Kellermann

neighbor/smbclient: remove obsolete commented code

parent 3a08a6ad
......@@ -103,11 +103,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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment