From d1beb12dc3af72fa8c323dd0d1419bef6bb9ec96 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 6 Jan 2019 21:14:02 +0100 Subject: [PATCH] Remove unused variable. --- server/TracyView.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 03a8924b..62a7dd7a 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -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::max() ) {