Netchan: comment out unused code

This commit is contained in:
Kawe Mazidjatari 2023-10-08 16:37:35 +02:00
parent c3e11b4283
commit d83270a541

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