mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
Kernel: Remove unused cruft from FileDescriptionAndFlags
This commit is contained in:
parent
d959b5d9dd
commit
9ccc77092d
Notes:
sideshowbarker
2024-07-18 07:14:08 +09:00
Author: https://github.com/awesomekling
Commit: 9ccc77092d
1 changed files with 0 additions and 4 deletions
|
@ -584,11 +584,7 @@ private:
|
|||
|
||||
public:
|
||||
class FileDescriptionAndFlags {
|
||||
friend class FileDescriptionRegistrar;
|
||||
|
||||
public:
|
||||
operator bool() const { return !!m_description; }
|
||||
|
||||
bool is_valid() const { return !m_description.is_null(); }
|
||||
bool is_allocated() const { return m_is_allocated; }
|
||||
void allocate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue