mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 18:39:16 +00:00
refactor(kernel): remove unused TaskingPanic() function
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -62,7 +62,6 @@ EXTERNC void _KPrint(const char *Format, va_list Args);
|
||||
EXTERNC void KPrint(const char *Format, ...);
|
||||
EXTERNC void Entry(struct BootInfo *Info);
|
||||
EXTERNC void BeforeShutdown(bool Reboot);
|
||||
EXTERNC void TaskingPanic();
|
||||
|
||||
EXTERNC void KernelVFS();
|
||||
EXTERNC void KernelMainThread();
|
||||
|
Reference in New Issue
Block a user