summaryrefslogtreecommitdiffstats
path: root/adb/adb.h
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2015-08-12 20:55:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-08-12 20:55:59 +0000
commit317acfb88065f68bc3030a5624a63ba4cfaab414 (patch)
tree5679e3d527cf2c5a3004425583e2efbed8cc49e7 /adb/adb.h
parenteeab5cd585ccaef9d1d0e766bf7c36c661421b9a (diff)
parent661327e8e40f95076e0e8abe86193da16b061bd8 (diff)
downloadsystem_core-317acfb88065f68bc3030a5624a63ba4cfaab414.tar.gz
system_core-317acfb88065f68bc3030a5624a63ba4cfaab414.tar.bz2
system_core-317acfb88065f68bc3030a5624a63ba4cfaab414.zip
Merge "Remove confusing variable HOST."
Diffstat (limited to 'adb/adb.h')
-rw-r--r--adb/adb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/adb/adb.h b/adb/adb.h
index 016cb1198..9ff830ee5 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -381,7 +381,6 @@ int adb_commandline(int argc, const char **argv);
ConnectionState connection_state(atransport *t);
extern const char *adb_device_banner;
-extern int HOST;
#if !ADB_HOST
extern int SHELL_EXIT_NOTIFY_FD;
#endif // !ADB_HOST