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:
parent
13a0ddfe03
commit
d1beb12dc3
@ -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() )
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user