Commit 4eaba962 authored by Dan Melnic's avatar Dan Melnic Committed by Facebook GitHub Bot

Remove FOLLY_UNLIKELY from IoUringBackend::eb_event_base_loop

Summary: Remove FOLLY_UNLIKELY from IoUringBackend::eb_event_base_loop

Reviewed By: yfeldblum

Differential Revision: D26272113

fbshipit-source-id: de280347908e5448cc97ffc1e1be3100cf6cd4b1
parent 317e8753
......@@ -824,7 +824,7 @@ size_t IoUringBackend::processActiveEvents() {
}
int IoUringBackend::eb_event_base_loop(int flags) {
if (FOLLY_UNLIKELY(registerDefaultFds_)) {
if (registerDefaultFds_) {
registerDefaultFds_ = false;
if (!addTimerFd() || !addSignalFds()) {
cleanup();
......
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