From cb44223370eb05e1e3d77cadedad6157c472851d Mon Sep 17 00:00:00 2001 From: Nicolas Panhaleux Date: Mon, 26 Aug 2024 14:25:15 +0200 Subject: [PATCH] [core] Removing unused variable from c file too... --- srtcore/buffer_tools.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/srtcore/buffer_tools.cpp b/srtcore/buffer_tools.cpp index 4e9e83bb6..cd6fcf21f 100644 --- a/srtcore/buffer_tools.cpp +++ b/srtcore/buffer_tools.cpp @@ -275,7 +275,6 @@ int CSndRateEstimator::incSampleIdx(int val, int inc) const CMovingRateEstimator::CMovingRateEstimator() : m_tsFirstSampleTime(sync::steady_clock::now()) - , m_iFirstSampleIdx(0) , m_iCurSampleIdx(0) , m_iRateBps(0) , m_Samples(NUM_PERIODS)