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:
@@ -1044,15 +1044,12 @@ IXmlUtils* CSystem::GetXmlUtils()
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
XmlNodeRef CSystem::LoadXmlFromFile(const char* sFilename, bool bReuseStrings)
|
||||
{
|
||||
LOADING_TIME_PROFILE_SECTION_ARGS(sFilename);
|
||||
|
||||
return m_pXMLUtils->LoadXmlFromFile(sFilename, bReuseStrings);
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
XmlNodeRef CSystem::LoadXmlFromBuffer(const char* buffer, size_t size, bool bReuseStrings, bool bSuppressWarnings)
|
||||
{
|
||||
LOADING_TIME_PROFILE_SECTION
|
||||
return m_pXMLUtils->LoadXmlFromBuffer(buffer, size, bReuseStrings, bSuppressWarnings);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user