engine: remove useless vprof for rcon

This commit is contained in:
nillerusr
2022-05-13 12:16:34 +03:00
parent 600695b15f
commit 1218fa659c
4 changed files with 3 additions and 292 deletions
+3 -3
View File
@@ -15,9 +15,9 @@
#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
//#if !( defined( _X360 ) && defined( _CERT ) )
//#define VPROF_ENABLED
//#endif
#if defined(_X360) && defined(VPROF_ENABLED)
#include "tier0/pmc360.h"