aboutsummaryrefslogtreecommitdiff
path: root/adb.h
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2018-03-20 13:10:26 -0700
committerJosh Gao <jmgao@google.com>2018-03-21 15:13:07 -0700
commit887c8509bd9da67828127b6f8aac9ae5ceaebe5a (patch)
tree652494a2dcd3605099b4db13cd71ee574b62a9c9 /adb.h
parent4b80850ae52fe0b7006b05518aa04aa623842f0c (diff)
downloadadb-887c8509bd9da67828127b6f8aac9ae5ceaebe5a.tar.gz
adb: delete vestigial SHELL_EXIT_NOTIFY_FD.
There exists no path through which a value other than -1 can be written to the SHELL_EXIT_NOTIFY_FD. Test: adb_test Test: adbd_test Test: python test_device.py Change-Id: I0630c302ba06bc76917f0445aea75d2dbe1dc865
Diffstat (limited to 'adb.h')
-rw-r--r--adb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/adb.h b/adb.h
index a6d04631..c74fa99a 100644
--- a/adb.h
+++ b/adb.h
@@ -196,10 +196,6 @@ ConnectionState connection_state(atransport* t);
extern const char* adb_device_banner;
-#if !ADB_HOST
-extern int SHELL_EXIT_NOTIFY_FD;
-#endif // !ADB_HOST
-
#define CHUNK_SIZE (64 * 1024)
#if !ADB_HOST