Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Coldwings committed Sep 12, 2024
1 parent 48329ca commit 3b03be6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions io/kqueue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ class KQueue : public MasterEventEngine, public CascadingEventEngine, public Res
close(_kq);
}

__attribute__((noinline))
static void debug_breakpoint() {
}

int enqueue(int fd, short event, uint16_t action, uint32_t event_flags, void* udata, bool immediate = false) {
assert(_n < LEN(_events));
auto entry = &_events[_n++];
Expand Down

0 comments on commit 3b03be6

Please sign in to comment.