Handle
hickuphh3
Vulnerability details
Impact
The lines
accumulativeFloatPerSyntheticTokenSnapshots[marketIndex][0].accumulativeFloatPerSyntheticToken_long = 0;
accumulativeFloatPerSyntheticTokenSnapshots[marketIndex][0].accumulativeFloatPerSyntheticToken_short = 0;
are redundant since their default value is zero.
Recommended Mitigation Steps
Remove L355 and 356.