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:
@@ -6714,7 +6714,6 @@ void View::DrawInfo()
|
|||||||
auto& frames = m_frameSortData.data;
|
auto& frames = m_frameSortData.data;
|
||||||
const auto tmin = frames.front();
|
const auto tmin = frames.front();
|
||||||
const auto tmax = frames.back();
|
const auto tmax = frames.back();
|
||||||
const auto timeTotal = m_frameSortData.total;
|
|
||||||
|
|
||||||
if( tmin != std::numeric_limits<int64_t>::max() )
|
if( tmin != std::numeric_limits<int64_t>::max() )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user