event/SocketEvent: remove unnecessary initializer

This commit is contained in:
Max Kellermann 2020-10-14 16:18:38 +02:00
parent 5a4055fb08
commit 653eea5840
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class SocketEvent {
using Callback = BoundMethod<void(unsigned events) noexcept>;
const Callback callback;
SocketDescriptor fd = SocketDescriptor::Undefined();
SocketDescriptor fd;
/**
* A bit mask of events that is currently registered in the