We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf1fd7 commit 4759e9dCopy full SHA for 4759e9d
features/netsocket/NetworkInterface.h
@@ -421,12 +421,6 @@ class NetworkInterface: public DNS {
421
#if !defined(DOXYGEN_ONLY)
422
423
protected:
424
- friend class InternetSocket;
425
- friend class UDPSocket;
426
- friend class TCPSocket;
427
- friend class TCPServer;
428
- friend class SocketAddress;
429
-
430
friend NetworkStack *_nsapi_create_stack(NetworkInterface *iface, std::false_type);
431
432
/** Provide access to the NetworkStack object
0 commit comments