Remove unnecessary friends of NetworkInterface

pull/12570/head
Kevin Bracey 2020-02-25 18:01:38 +02:00
parent 0cf1fd7811
commit 4759e9d667
1 changed files with 0 additions and 6 deletions

View File

@ -421,12 +421,6 @@ public:
#if !defined(DOXYGEN_ONLY) #if !defined(DOXYGEN_ONLY)
protected: protected:
friend class InternetSocket;
friend class UDPSocket;
friend class TCPSocket;
friend class TCPServer;
friend class SocketAddress;
friend NetworkStack *_nsapi_create_stack(NetworkInterface *iface, std::false_type); friend NetworkStack *_nsapi_create_stack(NetworkInterface *iface, std::false_type);
/** Provide access to the NetworkStack object /** Provide access to the NetworkStack object