mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
Remove unused Task states.
This commit is contained in:
parent
4bd69d4352
commit
dff516f6d0
Notes:
sideshowbarker
2024-07-19 18:39:04 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/dff516f6d05
@ -30,13 +30,11 @@ public:
|
||||
Invalid = 0,
|
||||
Runnable = 1,
|
||||
Running = 2,
|
||||
BlockedReceive = 3,
|
||||
BlockedSend = 4,
|
||||
BlockedSleep = 5,
|
||||
Terminated = 6,
|
||||
Crashing = 7,
|
||||
Exiting = 8,
|
||||
BlockedWait = 9,
|
||||
BlockedSleep = 3,
|
||||
BlockedWait = 4,
|
||||
Terminated = 5,
|
||||
Crashing = 6,
|
||||
Exiting = 7,
|
||||
};
|
||||
|
||||
enum RingLevel {
|
||||
|
Loading…
Reference in New Issue
Block a user