From 3fad55d7bc040c286b181d988f363e8505d7d0cd Mon Sep 17 00:00:00 2001 From: joshuakr Date: Fri, 9 Apr 2021 15:34:21 -0700 Subject: [PATCH] Missed one --- client/TracyProfiler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index 41bdce71..2971ef60 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -1261,7 +1261,6 @@ Profiler::Profiler() CalibrateDelay(); ReportTopology(); - char buffer[32]; #ifndef TRACY_NO_EXIT const char* noExitEnv = GetEnvVar( "TRACY_NO_EXIT" ); if( noExitEnv && noExitEnv[0] == '1' )