diff options
author | bunnei <bunneidev@gmail.com> | 2019-03-06 21:41:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-06 21:41:53 -0500 |
commit | d2ff93c31952d5f9c278ea86b8fef177f78d226e (patch) | |
tree | bbdbd5c6b1013930170f80ec3b882271effb695f /src/core/core.h | |
parent | 75b417489ad3e23f62060933b0fe0f29646bbd04 (diff) | |
parent | b11492845938b5bea8f5927753e00328aaec56fc (diff) |
Merge pull request #2190 from lioncash/ogl-global
core: Remove the global telemetry accessor function
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/core.h b/src/core/core.h index d720013f7..ba76a41d8 100644 --- a/src/core/core.h +++ b/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(); } |