diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2021-04-29 17:39:02 +0200 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2022-06-20 15:01:28 +0200 |
commit | 175fb2670a2a24220afb3eea99b7b65b0aa89c76 (patch) | |
tree | da85efd385e80941b9b42ff36b93bad74b922f01 /src/util/sock.h | |
parent | 8e7eeb5971444c0c93e9a89bbdcc3a51a19e09e9 (diff) |
net: remove now unused Sock::Release()
Diffstat (limited to 'src/util/sock.h')
-rw-r--r-- | src/util/sock.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/util/sock.h b/src/util/sock.h index 3245820995..2b041dbf3c 100644 --- a/src/util/sock.h +++ b/src/util/sock.h @@ -69,13 +69,6 @@ public: [[nodiscard]] virtual SOCKET Get() const; /** - * Get the value of the contained socket and drop ownership. It will not be closed by the - * destructor after this call. - * @return socket or INVALID_SOCKET if empty - */ - virtual SOCKET Release(); - - /** * Close if non-empty. */ virtual void Reset(); |