diff options
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 fecfdb959..97944c366 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -359,8 +359,4 @@ private: | |||
| 359 | static System s_instance; | 359 | static System s_instance; |
| 360 | }; | 360 | }; |
| 361 | 361 | ||
| 362 | inline Kernel::Process* CurrentProcess() { | ||
| 363 | return System::GetInstance().CurrentProcess(); | ||
| 364 | } | ||
| 365 | |||
| 366 | } // namespace Core | 362 | } // namespace Core |