Skip to content

Commit

Permalink
Windows improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Nov 14, 2024
1 parent 74e0ac3 commit 61dfb24
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/lib/event_engine/posix_engine/tcp_socket_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
#include <unistd.h>
#endif // GRPC_POSIX_SOCKET_UTILS_COMMON

#include <atomic>
#include <cstring>

#include "absl/log/check.h"
Expand Down Expand Up @@ -469,10 +468,6 @@ PosixSocketWrapper::CreateAndPrepareTcpClientSocket(

#else // GRPC_POSIX_SOCKET_UTILS_COMMON

void PosixSocketWrapper::ConfigureDefaultTcpUserTimeout(bool /*enable*/,
int /*timeout*/,
bool /*is_client*/) {}

absl::Status PosixSocketWrapper::SetSocketIpPktInfoIfPossible(
const SystemApi& /*system_api*/) {
grpc_core::Crash("unimplemented");
Expand Down

0 comments on commit 61dfb24

Please sign in to comment.