1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 19:35:06 +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 PhysicalPage;
class PhysicalRegion; class PhysicalRegion;
class Process; class Process;
class ProcessInspectionHandle;
class ThreadTracer; class ThreadTracer;
class Range; class Range;
class RangeAllocator; class RangeAllocator;