Skip to content

Commit

Permalink
Windows build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Dec 16, 2024
1 parent bb27641 commit 0e49489
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/lib/event_engine/posix_engine/ev_poll_posix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -881,9 +881,7 @@ std::shared_ptr<PollPoller> MakePollPoller(Scheduler* scheduler,
namespace grpc_event_engine {
namespace experimental {

PollPoller::PollPoller(Scheduler* /* engine */,
const SystemApi& /* system_api */,
bool /* use_phony_poll */) {
PollPoller::PollPoller(Scheduler* /* engine */, bool /* use_phony_poll */) {
grpc_core::Crash("unimplemented");
}

Expand Down

0 comments on commit 0e49489

Please sign in to comment.