diff options
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(); |