1
Fork 0
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:
Andreas Kling 2020-01-09 18:02:37 +01:00
parent 17ef5bc0ac
commit ff16298b44
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()