diff options
author | Michel Hermier <michel.hermier@gmail.com> | 2021-03-24 19:11:59 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-26 16:54:05 +0100 |
commit | 4ac49eabd53f719a9a69b8cd8db1987ca328ef9f (patch) | |
tree | 4631b8b0698898adfdc9676e542d3db41abd6472 /Kernel/FileSystem/File.cpp | |
parent | a359f477a71d7d989f9baffb945e636a79723889 (diff) | |
download | serenity-4ac49eabd53f719a9a69b8cd8db1987ca328ef9f.zip |
Kernel: Remove unused FileBlockCondition::m_file.
Diffstat (limited to 'Kernel/FileSystem/File.cpp')
-rw-r--r-- | Kernel/FileSystem/File.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/FileSystem/File.cpp b/Kernel/FileSystem/File.cpp index ed141ff1d6..2ccaadd5fa 100644 --- a/Kernel/FileSystem/File.cpp +++ b/Kernel/FileSystem/File.cpp @@ -31,7 +31,6 @@ namespace Kernel { File::File() - : m_block_condition(*this) { } |