Remove unnecessary call to UpdateFakeRateLimitTokenBuckets

This just spends CPU time with no benefit, and also leads to a
(probably harmless) tsan warning

(cherry picked from commit 951a3a967b)
This commit is contained in:
Fletcher Dunn
2026-05-22 21:39:19 -07:00
parent 66adf1bf7c
commit fb89e13c67
@@ -2600,7 +2600,6 @@ static bool PollRawUDPSockets( int nMaxTimeoutMS, bool bManualPoll )
// We're back awake. Grab the lock again
SteamNetworkingMicroseconds usecStartedLocking = SteamNetworkingSockets_GetLocalTimestamp();
UpdateFakeRateLimitTokenBuckets( usecStartedLocking );
for (;;)
{