mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:48:10 +00:00
Kernel: Remove unused Inode::preopen_fd()
This commit is contained in:
parent
20b6ffef4f
commit
0f9ca51c76
2 changed files with 1 additions and 7 deletions
|
@ -71,8 +71,6 @@ public:
|
|||
bool bind_socket(LocalSocket&);
|
||||
bool unbind_socket();
|
||||
|
||||
virtual OpenFileDescription* preopen_fd() { return nullptr; };
|
||||
|
||||
bool is_metadata_dirty() const { return m_metadata_dirty; }
|
||||
|
||||
virtual ErrorOr<void> set_atime(time_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue