Skip to content

Commit

Permalink
[core] Removing unused variable (copy/paste from mother class)
Browse files Browse the repository at this point in the history
  • Loading branch information
npanhaleux committed Aug 26, 2024
1 parent 1fb7fab commit a46819b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion srtcore/buffer_tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ class CMovingRateEstimator
static const int SAMPLE_DURATION_MS = 10; // 10 ms
time_point m_tsFirstSampleTime; //< Start time of the first sample.
time_point m_tsLastSlotTimestamp; // Used to compute the delta between 2 calls
int m_iFirstSampleIdx; //< Index of the first sample.
int m_iCurSampleIdx; //< Index of the current sample being collected.
int m_iRateBps; //< Rate in Bytes/sec.

Expand Down

0 comments on commit a46819b

Please sign in to comment.