Commit 48afb68f authored by Max Kellermann's avatar Max Kellermann

event/SocketEvent: remove assert() from GetScheduledFlags()

Fixes regression by commit 7901b04c
parent 21f409d5
......@@ -120,8 +120,6 @@ public:
void Close() noexcept;
unsigned GetScheduledFlags() const noexcept {
assert(IsDefined());
return scheduled_flags;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment