diff options
Diffstat (limited to 'indra/llmessage/llcircuit.cpp')
| -rwxr-xr-x[-rw-r--r--] | indra/llmessage/llcircuit.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/indra/llmessage/llcircuit.cpp b/indra/llmessage/llcircuit.cpp index e0410906fb..0c2d4b823d 100644..100755 --- a/indra/llmessage/llcircuit.cpp +++ b/indra/llmessage/llcircuit.cpp @@ -679,7 +679,6 @@ void LLCircuitData::checkPacketInID(TPACKETID id, BOOL receive_resent)  		setPacketInID((id + 1) % LL_MAX_OUT_PACKET_ID);          mLastPacketGap = 0; -        mOutOfOrderRate.count(0);  		return;  	} @@ -775,7 +774,6 @@ void LLCircuitData::checkPacketInID(TPACKETID id, BOOL receive_resent)  		}  	} -    mOutOfOrderRate.count(gap);      mLastPacketGap = gap;  } | 
