From e8dc99dcad5de9d6566ef0c5994de04b9ea83fef Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sat, 12 Sep 2020 13:37:42 +0200 Subject: [PATCH] Kernel: Remove spurious ProcessInspectionHandle The class was removed in 538b985487fd958a7e8663a32867ac39d6643d04. --- Kernel/Forward.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Kernel/Forward.h b/Kernel/Forward.h index 700feab854..8a40cdce04 100644 --- a/Kernel/Forward.h +++ b/Kernel/Forward.h @@ -51,7 +51,6 @@ class PerformanceEventBuffer; class PhysicalPage; class PhysicalRegion; class Process; -class ProcessInspectionHandle; class ThreadTracer; class Range; class RangeAllocator;