adb: delete unused members in fdevent.

Forgot to clean this up after removing fdevent_install...

Test: treehugger
Change-Id: I53d21134a4bc8bf7b16210318c6fac5075445b39
This commit is contained in:
Josh Gao 2018-06-18 14:54:40 -07:00
parent 172d0d44bc
commit e44d38d680

View file

@ -32,9 +32,6 @@
typedef void (*fd_func)(int fd, unsigned events, void *userdata);
struct fdevent {
fdevent* next = nullptr;
fdevent* prev = nullptr;
unique_fd fd;
int force_eof = 0;