diff --git a/osdep/Phy.hpp b/osdep/Phy.hpp index 3bf8dc61f..1a07fa0a8 100644 --- a/osdep/Phy.hpp +++ b/osdep/Phy.hpp @@ -261,25 +261,6 @@ public: #endif } - - - - - inline void *getuptr(PhySocket *sock) - { - PhySocketImpl &sws = *(reinterpret_cast(sock)); - return sws.uptr; - } - - inline void setuptr(PhySocket *sock, void *obj) - { - PhySocketImpl &sws = *(reinterpret_cast(sock)); - sws.uptr = obj; - } - - - - /** * @return Number of open sockets */