mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Kernel: Removed an unused global variable
This commit is contained in:
parent
17ef5bc0ac
commit
ff16298b44
Notes:
sideshowbarker
2024-07-19 10:14:39 +09:00
Author: https://github.com/awesomekling
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