1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:57:44 +00:00

Kernel: Remove unused functions related to reading full inodes

This commit is contained in:
Tim Schumacher 2023-04-16 20:42:16 +02:00 committed by Linus Groh
parent f5010f7263
commit d4e114a31e
4 changed files with 0 additions and 36 deletions

View file

@ -58,8 +58,6 @@ public:
ErrorOr<size_t> get_dir_entries(UserOrKernelBuffer& buffer, size_t);
ErrorOr<NonnullOwnPtr<KBuffer>> read_entire_file();
ErrorOr<NonnullOwnPtr<KString>> original_absolute_path() const;
ErrorOr<NonnullOwnPtr<KString>> pseudo_path() const;