Skip to content
Snippets Groups Projects
Commit 81b1cbf4 authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Removing comment.

parent ebc7ca4c
Branches
Tags
No related merge requests found
...@@ -80,8 +80,6 @@ typedef struct grpc_wakeup_fd_vtable { ...@@ -80,8 +80,6 @@ typedef struct grpc_wakeup_fd_vtable {
int (*check_availability)(void); int (*check_availability)(void);
} grpc_wakeup_fd_vtable; } grpc_wakeup_fd_vtable;
/* Private structures; don't access their fields directly outside of wakeup fd
* code. */
struct grpc_wakeup_fd_info { struct grpc_wakeup_fd_info {
int read_fd; int read_fd;
int write_fd; int write_fd;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment