mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:28:12 +00:00
Kernel: Remove non existent friend class from Process.h
clang-tidy correctly flagged that ProcFSProcessOpenFileDescriptions does not exist.
This commit is contained in:
parent
dae298e9df
commit
d08a1aae63
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue