From b4a853b5dae92d6d120a5283a8beb4226768a62b Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 15 Aug 2009 18:50:23 +0000 Subject: [PATCH] update in comment --- src/channel.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/channel.cpp b/src/channel.cpp index ec5f8cc8..a16f9ac8 100755 --- a/src/channel.cpp +++ b/src/channel.cpp @@ -378,11 +378,6 @@ EPutDataStat CChannel::PutData ( const CVector& vecbyData, // used by the client so do not update for server channel) if ( !bIsServer ) { - -// TODO only update if time difference of received packets is below -// a limit to avoid having short network troubles incorporated in the -// statistic - CycleTimeVariance.Update(); } }