From 85dd6fce098efd4081c62c16675e471642f87464 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Tue, 7 Jan 2025 17:16:13 -0500 Subject: [PATCH] remove unused variable; --- src/host/modem/port/specialized/V24UDPPort.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/host/modem/port/specialized/V24UDPPort.cpp b/src/host/modem/port/specialized/V24UDPPort.cpp index 941fb529..240234cb 100644 --- a/src/host/modem/port/specialized/V24UDPPort.cpp +++ b/src/host/modem/port/specialized/V24UDPPort.cpp @@ -312,8 +312,6 @@ void* V24UDPPort::threadedCtrlNetworkRx(void* arg) ::pthread_detach(req->thread); #endif // defined(_WIN32) - uint64_t now = std::chrono::duration_cast(std::chrono::system_clock::now().time_since_epoch()).count(); - V24UDPPort* network = static_cast(req->obj); if (network == nullptr) { delete req;