1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:44:58 +00:00

Kernel: Remove spurious ProcessInspectionHandle

The class was removed in 538b985487.
This commit is contained in:
Ben Wiederhake 2020-09-12 13:37:42 +02:00 committed by Andreas Kling
parent 83b85e5578
commit e8dc99dcad

View file

@ -51,7 +51,6 @@ class PerformanceEventBuffer;
class PhysicalPage;
class PhysicalRegion;
class Process;
class ProcessInspectionHandle;
class ThreadTracer;
class Range;
class RangeAllocator;