Browse Source

Remove unnecessary accessors.

pull/1/head
Adam Ierymenko 11 years ago
parent
commit
637da383f5
  1. 19
      osdep/Phy.hpp

19
osdep/Phy.hpp

@ -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
*/

Loading…
Cancel
Save