]> git.tdb.fi Git - libs/net.git/blobdiff - source/socket.cpp
Comment changes
[libs/net.git] / source / socket.cpp
index 2cc3d88dbce4b2451909f5022b15008764bc7b2e..c4e98a363a89b9779517f9aab9c95a9cb1a84742 100644 (file)
@@ -109,10 +109,6 @@ void Socket::bind(const SockAddr &addr)
        local_addr = addr.copy();
 }
 
-/**
-Closes the socket.  Most operations on the socket will throw an exception after
-this.
-*/
 void Socket::close()
 {
        if(handle==MSP_NET_INVALID_SOCKET_HANDLE)