Skip to content

Commit 4759e9d

Browse files
committed
Remove unnecessary friends of NetworkInterface
1 parent 0cf1fd7 commit 4759e9d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

features/netsocket/NetworkInterface.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -421,12 +421,6 @@ class NetworkInterface: public DNS {
421421
#if !defined(DOXYGEN_ONLY)
422422

423423
protected:
424-
friend class InternetSocket;
425-
friend class UDPSocket;
426-
friend class TCPSocket;
427-
friend class TCPServer;
428-
friend class SocketAddress;
429-
430424
friend NetworkStack *_nsapi_create_stack(NetworkInterface *iface, std::false_type);
431425

432426
/** Provide access to the NetworkStack object

0 commit comments

Comments
 (0)