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;