From c48da00b92c967c61b31b17e89cb35998d4b957f Mon Sep 17 00:00:00 2001 From: nillerusr Date: Sat, 11 Feb 2023 20:32:11 +0300 Subject: [PATCH] tier0: disable vprof by default --- public/tier0/vprof.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/tier0/vprof.h b/public/tier0/vprof.h index 5c6ab143..4dbdc3cf 100644 --- a/public/tier0/vprof.h +++ b/public/tier0/vprof.h @@ -15,10 +15,6 @@ #include "tier0/vprof_telemetry.h" // VProf is enabled by default in all configurations -except- X360 Retail. -#if !( defined( _X360 ) && defined( _CERT ) ) -#define VPROF_ENABLED -#endif -// TODO(nillerusr): make stubbed vprofile #if defined(_X360) && defined(VPROF_ENABLED) #include "tier0/pmc360.h"