Skip to content

Commit

Permalink
fixup: mark unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Nov 10, 2024
1 parent c787781 commit 898884e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ void Epoll1Poller::Kick() { grpc_core::Crash("unimplemented"); }
// If GRPC_LINUX_EPOLL is not defined, it means epoll is not available. Return
// nullptr.
std::shared_ptr<Epoll1Poller> MakeEpoll1Poller(Scheduler* /*scheduler*/,
SystemApi* system_api) {
SystemApi* /*system_api*/) {
return nullptr;
}

Expand Down

0 comments on commit 898884e

Please sign in to comment.