Minor cleanup of a unused variable in GridMate related to Driller

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-12-01 19:27:58 -08:00
parent 59714fb31d
commit 668d1bba1e
-12
View File
@@ -22,13 +22,6 @@
#include <GridMate/Carrier/Carrier.h>
#define GM_TEST_MEMORY_DRILLING 0
//////////////////////////////////////////////////////////////////////////
// Drillers
#include <AzCore/Driller/Driller.h>
#define AZ_ROOT_TEST_FOLDER ""
#include <AzCore/AzCore_Traits_Platform.h>
//////////////////////////////////////////////////////////////////////////
@@ -64,11 +57,6 @@ namespace UnitTest
, m_drillerManager(nullptr)
{
GridMate::GridMateDesc desc;
#if GM_TEST_MEMORY_DRILLING
m_drillerManager = AZ::Debug::DrillerManager::Create();
desc.m_allocatorDesc.m_allocationRecords = true;
#endif
AZ::AllocatorInstance<AZ::SystemAllocator>::Create();
//desc.m_autoInitPlatformNetModules = false;