diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-02-02 22:59:16 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-02-02 22:59:16 +0100 |
commit | 81b1cbf4e3482f20c8518a2656901a07bef6878c (patch) | |
tree | 4a63ae25216302b989af083080388abb379b8a1f /src/core | |
parent | ebc7ca4c7307a3b88aa9e91ba6a0b0dcfdcf0585 (diff) |
Removing comment.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/iomgr/wakeup_fd_posix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/iomgr/wakeup_fd_posix.h b/src/core/iomgr/wakeup_fd_posix.h index 322e219394..75bb9fc766 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; |