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
eb95d65622
commit
9a60c3fb6e
@ -72,8 +72,6 @@ static moodycamel::ConcurrentQueue<QueueItem> init_order(103) s_queue( QueuePrea
|
||||
static thread_local moodycamel::ProducerToken init_order(104) s_token_detail( s_queue );
|
||||
thread_local ProducerWrapper init_order(105) s_token { s_queue.get_explicit_producer( s_token_detail ) };
|
||||
|
||||
std::atomic<uint64_t> s_id( 0 );
|
||||
|
||||
#ifndef TRACY_DISABLE
|
||||
static Profiler init_order(106) s_profiler;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user