Browse Source

Remove unnecessary accessors.

Adam Ierymenko 10 years ago
parent
commit
637da383f5
1 changed files with 0 additions and 19 deletions
  1. 0 19
      osdep/Phy.hpp

+ 0 - 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
 	 */