Browse Source

Delete debug

Craig Tiller 10 years ago
parent
commit
573b433115
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/core/iomgr/tcp_posix.c

+ 0 - 3
src/core/iomgr/tcp_posix.c

@@ -438,9 +438,6 @@ static grpc_endpoint_write_status grpc_tcp_flush(grpc_tcp *tcp) {
     msg.msg_controllen = 0;
     msg.msg_flags = 0;
 
-    GRPC_TIMER_BEGIN(10000, 0);
-    GRPC_TIMER_END(10000, 0);
-
     GRPC_TIMER_BEGIN(GRPC_PTAG_SENDMSG, 0);
     do {
       /* TODO(klempner): Cork if this is a partial write */