mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:38:12 +00:00
Kernel: Removed an unused global variable
This commit is contained in:
parent
17ef5bc0ac
commit
ff16298b44
2 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue