Kernel: Remove unused FileBlockCondition::m_file.

This commit is contained in:
Michel Hermier 2021-03-24 19:11:59 +01:00 committed by Andreas Kling
commit 4ac49eabd5
Notes: sideshowbarker 2024-07-18 21:04:27 +09:00
2 changed files with 1 additions and 8 deletions

View file

@ -31,7 +31,6 @@
namespace Kernel {
File::File()
: m_block_condition(*this)
{
}