1
Fork 0
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:
Andreas Kling 2021-08-24 12:38:56 +02:00
parent cfd9045891
commit adbf472ca7
2 changed files with 1 additions and 4 deletions

View file

@ -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;