Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e44d38d6 authored by Josh Gao's avatar Josh Gao
Browse files

adb: delete unused members in fdevent.

Forgot to clean this up after removing fdevent_install...

Test: treehugger
Change-Id: I53d21134a4bc8bf7b16210318c6fac5075445b39
parent 172d0d44
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;