diff options
| author | 2019-03-02 15:22:14 -0500 | |
|---|---|---|
| committer | 2019-03-04 10:24:13 -0500 | |
| commit | b11492845938b5bea8f5927753e00328aaec56fc (patch) | |
| tree | 3892a93569db3ca66209542f4337d789726f8f1d /src | |
| parent | yuzu: Remove usage of the global telemetry accessor (diff) | |
| download | yuzu-b11492845938b5bea8f5927753e00328aaec56fc.tar.gz yuzu-b11492845938b5bea8f5927753e00328aaec56fc.tar.xz yuzu-b11492845938b5bea8f5927753e00328aaec56fc.zip | |
core/core: Remove the global telemetry accessor function
With all usages converted off of it, this function can be removed.
Diffstat (limited to 'src')
| -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() { | |||
| 293 | return System::GetInstance().CurrentArmInterface(); | 293 | return System::GetInstance().CurrentArmInterface(); |
| 294 | } | 294 | } |
| 295 | 295 | ||
| 296 | inline TelemetrySession& Telemetry() { | ||
| 297 | return System::GetInstance().TelemetrySession(); | ||
| 298 | } | ||
| 299 | |||
| 300 | inline Kernel::Process* CurrentProcess() { | 296 | inline Kernel::Process* CurrentProcess() { |
| 301 | return System::GetInstance().CurrentProcess(); | 297 | return System::GetInstance().CurrentProcess(); |
| 302 | } | 298 | } |