mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 08:14:34 +00:00
Remove unused variable.
This commit is contained in:
parent
c4ca6f8205
commit
e579374504
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user