neighbor/smbclient: remove obsolete commented code
This commit is contained in:
parent
3a08a6ad72
commit
3c745b4bc6
@ -103,11 +103,6 @@ NeighborExplorer::List
|
|||||||
SmbclientNeighborExplorer::GetList() const noexcept
|
SmbclientNeighborExplorer::GetList() const noexcept
|
||||||
{
|
{
|
||||||
const std::lock_guard<Mutex> protect(mutex);
|
const std::lock_guard<Mutex> protect(mutex);
|
||||||
/*
|
|
||||||
List list;
|
|
||||||
for (const auto &i : servers)
|
|
||||||
list.emplace_front(i.Export());
|
|
||||||
*/
|
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user