From 9a60c3fb6e8b8e73049ad4f08c4f6c89dadea506 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 14 Oct 2017 20:03:55 +0200 Subject: [PATCH] Remove unused variable. --- client/TracyProfiler.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index d96a443b..7c016b00 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -72,8 +72,6 @@ static moodycamel::ConcurrentQueue 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 s_id( 0 ); - #ifndef TRACY_DISABLE static Profiler init_order(106) s_profiler; #endif