mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:57:44 +00:00
Kernel+Userland: Remove unused "effective priority" from threads
This has been merged with the regular Thread::priority field after the recent changes to the scheduler.
This commit is contained in:
parent
aaf691c4ef
commit
b72f067f0d
10 changed files with 10 additions and 19 deletions
|
@ -53,7 +53,6 @@ public:
|
|||
Processor,
|
||||
State,
|
||||
Priority,
|
||||
EffectivePriority,
|
||||
User,
|
||||
PID,
|
||||
TID,
|
||||
|
@ -127,7 +126,6 @@ private:
|
|||
String veil;
|
||||
u32 cpu;
|
||||
u32 priority;
|
||||
u32 effective_priority;
|
||||
size_t amount_virtual;
|
||||
size_t amount_resident;
|
||||
size_t amount_dirty_private;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue