From dbc3c8e9bb220f10c9631ffafb18146769ff9434 Mon Sep 17 00:00:00 2001
From: Lioncash <mathew1800@gmail.com>
Date: Sat, 2 Mar 2019 15:22:14 -0500
Subject: [PATCH] core/core: Remove the global telemetry accessor function

With all usages converted off of it, this function can be removed.
---
 src/core/core.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/core/core.h b/src/core/core.h
index 2e0c9ce7f..88379f9c8 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -295,8 +295,4 @@ inline AudioCore::DspInterface& DSP() {
     return System::GetInstance().DSP();
 }
 
-inline TelemetrySession& Telemetry() {
-    return System::GetInstance().TelemetrySession();
-}
-
 } // namespace Core