forked from Bananymous/banan-os
Kernel: Replace is_* with kind field
Replaced the is_* virtual functions with a kind field instead
This commit is contained in:
@@ -13,8 +13,6 @@ namespace Kernel
|
||||
public:
|
||||
static BAN::ErrorOr<BAN::RefPtr<Inode>> create(const Credentials&);
|
||||
|
||||
virtual bool is_pipe() const override { return true; }
|
||||
|
||||
void on_close(int status_flags) override;
|
||||
void on_clone(int status_flags) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user