mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05: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()
|
||||
|
|
|
@ -29,7 +29,6 @@ timeval kgettimeofday();
|
|||
void kgettimeofday(timeval&);
|
||||
|
||||
extern VirtualAddress g_return_to_ring3_from_signal_trampoline;
|
||||
extern VirtualAddress g_return_to_ring0_from_signal_trampoline;
|
||||
|
||||
class Process : public InlineLinkedListNode<Process>
|
||||
, public Weakable<Process> {
|
||||
|
|
Loading…
Add table
Reference in a new issue