Netchan: comment out unused code

This commit is contained in:
Kawe Mazidjatari 2023-10-08 16:37:35 +02:00
parent b3e768190c
commit 6b246e0ce8

View File

@ -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)
{