From f1e9f2786bb056be52944de0cc919522ea42be1a Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sun, 27 Jan 2019 18:11:50 -0700 Subject: [PATCH] remove warning about wasone --- QnetITAP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetITAP.cpp b/QnetITAP.cpp index 639d259..d4646b3 100644 --- a/QnetITAP.cpp +++ b/QnetITAP.cpp @@ -205,7 +205,7 @@ void CQnetITAP::Run(const char *cfgfile) bool is_alive = false; std::chrono::steady_clock::time_point lastdata = std::chrono::steady_clock::now(); - bool wasone = false; +// bool wasone = false; while (keep_running) { fd_set readfds; FD_ZERO(&readfds);