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

Kernel: Remove unused Process::FileDescriptions::fd_flags()

This commit is contained in:
Andreas Kling 2021-08-08 13:52:28 +02:00
parent 9ccc77092d
commit 0910979dec
2 changed files with 0 additions and 11 deletions

View file

@ -663,7 +663,6 @@ public:
// FIXME: Consider to remove this somehow
RefPtr<FileDescription> file_description(int fd) const;
int fd_flags(int fd) const;
private:
FileDescriptions() = default;