commit | e44d38d68042afc0cd14ee71e18b2300f2e618b6 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Jun 18 14:54:40 2018 -0700 |
committer | Josh Gao <jmgao@google.com> | Mon Jun 18 14:54:40 2018 -0700 |
tree | 179b873b5339ebef4df1fa30e2c4fe6e2b82fa8a | |
parent | 172d0d44bc01669d79b769cc37b9a6868709e048 [diff] |
adb: delete unused members in fdevent. Forgot to clean this up after removing fdevent_install... Test: treehugger Change-Id: I53d21134a4bc8bf7b16210318c6fac5075445b39
diff --git a/adb/fdevent.h b/adb/fdevent.h index 69c4072..39fa9c2 100644 --- a/adb/fdevent.h +++ b/adb/fdevent.h
@@ -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;