Files
serenity/Userland/Libraries/LibCore/EventLoopImplementationUnix.cpp
kamp 5338eba39a LibCore: Remove some dead code in wait_for_events
Since max_fd_added and max_fd are initialized to -1 and 0 respectively
the former could never be greater than the latter.
2023-07-07 09:47:30 +02:00

16 KiB