1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:24:57 +00:00

Kernel: Simplify the per-CPU SchedulerData struct

This commit is contained in:
Andreas Kling 2021-08-08 11:09:35 +02:00
parent 5712e46ddc
commit a1c82041a6
2 changed files with 13 additions and 20 deletions

View file

@ -48,7 +48,6 @@ class Process;
class ProcessGroup;
class RecursiveSpinLock;
class Scheduler;
class SchedulerData;
class Socket;
class SysFS;
class SysFSDirectory;