Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Jun 15, 2023
1 parent 5a8ad4f commit ea51150
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/lib/dnssd/minimal_mdns/Server.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,6 @@ class ServerBase
return *this;
}

/// Iterator through all Endpoints
template <typename Function>
chip::Loop ForEachEndPoints(Function && function)
{
return mEndpoints.ForEachActiveObject(std::forward<Function>(function));
}

/// A server is considered listening if any UDP endpoint is active.
///
/// This is expected to return false after any Shutdown() and will
Expand Down

0 comments on commit ea51150

Please sign in to comment.