Index: trunk/src/net/udp/datagram_server_socket.h |
=================================================================== |
--- trunk/src/net/udp/datagram_server_socket.h (revision 255683) |
+++ trunk/src/net/udp/datagram_server_socket.h (working copy) |
@@ -103,9 +103,6 @@ |
// Set the Differentiated Services Code Point. May do nothing on |
// some platforms. Returns a network error code. |
virtual int SetDiffServCodePoint(DiffServCodePoint dscp) = 0; |
- |
- // Resets the thread to be used for thread-safety checks. |
- virtual void DetachFromThread() = 0; |
}; |
} // namespace net |