Kernel: Removed an unused global variable

This commit is contained in:
Andreas Kling 2020-01-09 18:02:37 +01:00
commit ff16298b44
Notes: sideshowbarker 2024-07-19 10:14:39 +09:00
2 changed files with 0 additions and 2 deletions

View file

@ -63,7 +63,6 @@ static Lock* s_hostname_lock;
static VirtualAddress s_info_page_address_for_userspace;
static VirtualAddress s_info_page_address_for_kernel;
VirtualAddress g_return_to_ring3_from_signal_trampoline;
VirtualAddress g_return_to_ring0_from_signal_trampoline;
HashMap<String, OwnPtr<Module>>* g_modules;
pid_t Process::allocate_pid()