net/SocketDescriptor: remove misplaced [[nodiscard]]

This commit is contained in:
Max Kellermann 2024-01-18 15:31:57 +01:00
parent 16af2a2998
commit 0fbed6dec1
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ public:
return fd;
}
[[nodiscard]]
constexpr void Set(SOCKET _fd) noexcept {
fd = _fd;
}