diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2019-10-12 10:21:33 -0400 |
|---|---|---|
| committer | FernandoS27 <fsahmkow27@gmail.com> | 2019-10-15 11:55:26 -0400 |
| commit | c32520ceb7cf2180fbbed11e9bd5f9df03409e1d (patch) | |
| tree | 461b8aa673e95746b35359d097780a266810dcbd /src/core/hle/kernel/kernel.h | |
| parent | 3073615dbc214a53badc88da68eecbaaa73898de (diff) | |
Kernel: Reverse global accessor removal.
Diffstat (limited to 'src/core/hle/kernel/kernel.h')
| -rw-r--r-- | src/core/hle/kernel/kernel.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/hle/kernel/kernel.h b/src/core/hle/kernel/kernel.h index 9fb8f52ec..c4397fc77 100644 --- a/src/core/hle/kernel/kernel.h +++ b/src/core/hle/kernel/kernel.h @@ -82,12 +82,6 @@ public: /// Gets the sole instance of the global scheduler const Kernel::GlobalScheduler& GlobalScheduler() const; - /// Gets the sole instance of the system - Core::System& System(); - - /// Gets the sole instance of the system - const Core::System& System() const; - /// Adds a port to the named port table void AddNamedPort(std::string name, SharedPtr<ClientPort> port); |
