neighbor/smbclient: remove obsolete commented code

This commit is contained in:
Max Kellermann 2020-07-20 18:13:37 +02:00
parent 3a08a6ad72
commit 3c745b4bc6

View File

@ -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;
}