summaryrefslogtreecommitdiff
path: root/client/main.cpp
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
commite16d03eb98aa70f42db5a213f16ca9bd1daa2207 (patch)
tree067da3fd1f55dbf2d2545e7ebf242a499be03cc1 /client/main.cpp
parentd4272e20a2b2457bee7f878b8ad79febda96e2be (diff)
parentb4654a61054ea8b4ae2e4ecd1a6e12203cfbb6eb (diff)
downloadadb-e16d03eb98aa70f42db5a213f16ca9bd1daa2207.tar.gz
Merge "Remove confusing variable HOST."
Diffstat (limited to 'client/main.cpp')
-rw-r--r--client/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/main.cpp b/client/main.cpp
index 7469744..fca1762 100644
--- a/client/main.cpp
+++ b/client/main.cpp
@@ -137,8 +137,6 @@ static void setup_daemon_logging(void) {
}
int adb_main(int is_daemon, int server_port, int ack_reply_fd) {
- HOST = 1;
-
#if defined(_WIN32)
SetConsoleCtrlHandler(ctrlc_handler, TRUE);
#else