Remove unnecessary accessors.

This commit is contained in:
Adam Ierymenko 2015-09-10 13:22:44 -07:00
parent 389ea272a0
commit 637da383f5

View file

@ -261,25 +261,6 @@ public:
#endif
}
inline void *getuptr(PhySocket *sock)
{
PhySocketImpl &sws = *(reinterpret_cast<PhySocketImpl *>(sock));
return sws.uptr;
}
inline void setuptr(PhySocket *sock, void *obj)
{
PhySocketImpl &sws = *(reinterpret_cast<PhySocketImpl *>(sock));
sws.uptr = obj;
}
/**
* @return Number of open sockets
*/