Kernel: Remove unnecessary non-const Inode::shared_vmobject()

This commit is contained in:
Andreas Kling 2020-12-29 13:27:42 +01:00
commit b8db585a83
Notes: sideshowbarker 2024-07-19 00:26:34 +09:00
2 changed files with 0 additions and 6 deletions

View file

@ -102,7 +102,6 @@ public:
void will_be_destroyed();
void set_shared_vmobject(SharedInodeVMObject&);
RefPtr<SharedInodeVMObject> shared_vmobject();
RefPtr<SharedInodeVMObject> shared_vmobject() const;
bool is_shared_vmobject(const SharedInodeVMObject&) const;