mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:47:34 +00:00
Kernel: Remove unused Thread::is_runnable_state()
This commit is contained in:
parent
4ff0f971f7
commit
e8f040139b
1 changed files with 0 additions and 5 deletions
|
@ -1089,11 +1089,6 @@ public:
|
|||
template<typename Callback>
|
||||
static IterationDecision for_each(Callback);
|
||||
|
||||
[[nodiscard]] static bool is_runnable_state(Thread::State state)
|
||||
{
|
||||
return state == Thread::State::Running || state == Thread::State::Runnable;
|
||||
}
|
||||
|
||||
static constexpr u32 default_kernel_stack_size = 65536;
|
||||
static constexpr u32 default_userspace_stack_size = 4 * MiB;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue