mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
committed by
Andreas Kling
parent
dae298e9df
commit
d08a1aae63
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user