[profiler_capture_api] removed now unnecessary ProfilerRequests EBus alias after AZ::Interface conversion

Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
This commit is contained in:
AMZN-ScottR
2021-10-28 14:18:04 -07:00
parent eb713fb3a8
commit 90509c7fa2
3 changed files with 2 additions and 19 deletions
@@ -144,8 +144,6 @@ namespace Profiler
void ProfilerSystemComponent::Activate()
{
AZ::Debug::ProfilerRequestBus::Handler::BusConnect();
m_cpuProfiler.Init();
}
@@ -153,8 +151,6 @@ namespace Profiler
{
m_cpuProfiler.Shutdown();
AZ::Debug::ProfilerRequestBus::Handler::BusDisconnect();
// Block deactivation until the IO thread has finished serializing the CPU data
if (m_cpuDataSerializationThread.joinable())
{