Kernel: Remove non existent friend class from Process.h

clang-tidy correctly flagged that ProcFSProcessOpenFileDescriptions
does not exist.
This commit is contained in:
Brian Gianforcaro 2022-01-17 02:14:11 -08:00 committed by Andreas Kling
parent dae298e9df
commit d08a1aae63

View file

@ -121,7 +121,6 @@ public:
friend class Thread;
friend class Coredump;
friend class ProcFSProcessOpenFileDescriptions;
// Helper class to temporarily unprotect a process's protected data so you can write to it.
class ProtectedDataMutationScope {