summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2018-06-18 14:54:40 -0700
committerJosh Gao <jmgao@google.com>2018-06-18 14:54:40 -0700
commite44d38d68042afc0cd14ee71e18b2300f2e618b6 (patch)
tree179b873b5339ebef4df1fa30e2c4fe6e2b82fa8a /adb
parent172d0d44bc01669d79b769cc37b9a6868709e048 (diff)
downloadsystem_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.h3
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;