Browse Source

core/core: Remove the global telemetry accessor function

With all usages converted off of it, this function can be removed.
nce_cpp
Lioncash 7 years ago
parent
commit
a71549e4ff
  1. 4
      src/core/core.h

4
src/core/core.h

@ -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();
}

Loading…
Cancel
Save