kernel: remove unused functionality

This commit is contained in:
2026-03-29 14:47:07 +01:00
parent 325699d64a
commit 1982ca38ef
10 changed files with 0 additions and 503 deletions
-2
View File
@@ -5,7 +5,6 @@
#include <kernel/cpu.h>
#include <kernel/handle.h>
#include <kernel/init.h>
#include <kernel/input.h>
#include <kernel/libc/stdio.h>
#include <kernel/machine/init.h>
#include <kernel/object.h>
@@ -14,7 +13,6 @@
#include <kernel/printk.h>
#include <kernel/sched.h>
#include <kernel/task.h>
#include <kernel/test.h>
#include <kernel/thread.h>
#include <kernel/vm-object.h>
#include <stdint.h>