1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Remove unused variable.

This commit is contained in:
Bartosz Taudul 2019-01-06 21:14:02 +01:00
parent 13a0ddfe03
commit d1beb12dc3

View File

@ -6714,7 +6714,6 @@ void View::DrawInfo()
auto& frames = m_frameSortData.data;
const auto tmin = frames.front();
const auto tmax = frames.back();
const auto timeTotal = m_frameSortData.total;
if( tmin != std::numeric_limits<int64_t>::max() )
{