From 6b246e0ce816177683181c5598a7c5245a5102cd Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sun, 8 Oct 2023 16:37:35 +0200 Subject: [PATCH] Netchan: comment out unused code --- r5dev/engine/net_chan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/engine/net_chan.cpp b/r5dev/engine/net_chan.cpp index b9a29b31..e7a769e3 100644 --- a/r5dev/engine/net_chan.cpp +++ b/r5dev/engine/net_chan.cpp @@ -381,7 +381,7 @@ bool CNetChan::_ProcessMessages(CNetChan* pChan, bf_read* pBuf) bool CNetChan::ProcessMessages(bf_read* buf) { m_bStopProcessing = false; - const double flStartTime = Plat_FloatTime(); + //const double flStartTime = Plat_FloatTime(); while (true) {