mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +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
Notes:
sideshowbarker
2024-07-18 22:47:59 +09:00
Author: https://github.com/awesomekling
Commit: b72f067f0d
10 changed files with 10 additions and 19 deletions
|
@ -11,6 +11,6 @@ interface Node : EventTarget {
|
|||
|
||||
Node appendChild(Node node);
|
||||
Node insertBefore(Node node, Node? child);
|
||||
|
||||
Node removeChild(Node child);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue