mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
Kernel: Remove unused BlockTimeout::m_should_block
This was assigned but never read.
This commit is contained in:
parent
cfd9045891
commit
adbf472ca7
2 changed files with 1 additions and 4 deletions
|
@ -272,7 +272,6 @@ public:
|
|||
Time m_start_time {};
|
||||
clockid_t m_clock_id { CLOCK_MONOTONIC_COARSE };
|
||||
bool m_infinite { false };
|
||||
bool m_should_block { false };
|
||||
};
|
||||
|
||||
class BlockerSet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue