diff --git a/src/core/iomgr/wakeup_fd_posix.h b/src/core/iomgr/wakeup_fd_posix.h index 322e2193945cd58fad802f3c13bfce702836beb9..75bb9fc766ca4f3b963cb282957bd8bb3cdce3f5 100644 --- a/src/core/iomgr/wakeup_fd_posix.h +++ b/src/core/iomgr/wakeup_fd_posix.h @@ -80,8 +80,6 @@ typedef struct grpc_wakeup_fd_vtable { int (*check_availability)(void); } grpc_wakeup_fd_vtable; -/* Private structures; don't access their fields directly outside of wakeup fd - * code. */ struct grpc_wakeup_fd_info { int read_fd; int write_fd;