1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:57:35 +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

@ -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> {