Removes LOADING_TIME_PROFILE_SECTION macros that are unused
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -397,7 +397,6 @@ void CLog::LogV(const ELogType type, [[maybe_unused]]int flags, const char* szFo
|
||||
}
|
||||
|
||||
FUNCTION_PROFILER(GetISystem(), PROFILE_SYSTEM);
|
||||
LOADING_TIME_PROFILE_SECTION(GetISystem());
|
||||
|
||||
bool bfile = false, bconsole = false;
|
||||
const char* szCommand = szFormat;
|
||||
@@ -573,8 +572,6 @@ void CLog::LogPlus(const char* szFormat, ...)
|
||||
return;
|
||||
}
|
||||
|
||||
LOADING_TIME_PROFILE_SECTION(GetISystem());
|
||||
|
||||
if (!szFormat)
|
||||
{
|
||||
return;
|
||||
@@ -1187,7 +1184,6 @@ void CLog::LogToFile(const char* szFormat, ...)
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
void CLog::CreateBackupFile() const
|
||||
{
|
||||
LOADING_TIME_PROFILE_SECTION;
|
||||
if (!m_backupLogs)
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user