diff --git a/server/TracyView.cpp b/server/TracyView.cpp index b02b0b73..aad2b3be 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -3593,7 +3593,6 @@ void View::ZoneTooltip( const GpuEvent& ev ) const auto filename = GetString( srcloc.file ); const auto line = srcloc.line; const auto func = GetString( srcloc.function ); - const auto zoneName = GetString( srcloc.name ); const auto end = GetZoneEnd( ev );