diff options
| author | Josh Gao <jmgao@google.com> | 2018-06-18 14:54:40 -0700 |
|---|---|---|
| committer | Josh Gao <jmgao@google.com> | 2018-06-18 14:54:40 -0700 |
| commit | e44d38d68042afc0cd14ee71e18b2300f2e618b6 (patch) | |
| tree | 179b873b5339ebef4df1fa30e2c4fe6e2b82fa8a /adb | |
| parent | 172d0d44bc01669d79b769cc37b9a6868709e048 (diff) | |
| download | system_core-e44d38d68042afc0cd14ee71e18b2300f2e618b6.tar.gz system_core-e44d38d68042afc0cd14ee71e18b2300f2e618b6.tar.bz2 system_core-e44d38d68042afc0cd14ee71e18b2300f2e618b6.zip | |
adb: delete unused members in fdevent.
Forgot to clean this up after removing fdevent_install...
Test: treehugger
Change-Id: I53d21134a4bc8bf7b16210318c6fac5075445b39
Diffstat (limited to 'adb')
| -rw-r--r-- | adb/fdevent.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/adb/fdevent.h b/adb/fdevent.h index 69c40721b..39fa9c262 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; |
