mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Remove unused variable.
This commit is contained in:
parent
1d721e0de8
commit
9e51e3fa85
@ -240,7 +240,6 @@ void WINAPI EventRecordCallbackVsync( PEVENT_RECORD record )
|
||||
}
|
||||
while( ++idx < 8 );
|
||||
|
||||
const char* name = "Vsync";
|
||||
TracyLfqPrepare( QueueType::FrameMarkMsg );
|
||||
MemWrite( &item->frameMark.time, hdr.TimeStamp.QuadPart );
|
||||
MemWrite( &item->frameMark.name, uint64_t( VsyncName[idx] ) );
|
||||
|
Loading…
Reference in New Issue
Block a user