summaryrefslogtreecommitdiff
path: root/client/main.cpp
diff options
context:
space:
mode:
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