core/core: Remove the global telemetry accessor function

With all usages converted off of it, this function can be removed.
This commit is contained in:
Lioncash 2019-03-02 15:22:14 -05:00
parent 319365fdf0
commit b114928459
1 changed files with 0 additions and 4 deletions

View File

@ -293,10 +293,6 @@ inline ARM_Interface& CurrentArmInterface() {
return System::GetInstance().CurrentArmInterface();
}
inline TelemetrySession& Telemetry() {
return System::GetInstance().TelemetrySession();
}
inline Kernel::Process* CurrentProcess() {
return System::GetInstance().CurrentProcess();
}