diff options
Diffstat (limited to 'Kernel/Arch/aarch64/Dummy.cpp')
-rw-r--r-- | Kernel/Arch/aarch64/Dummy.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Kernel/Arch/aarch64/Dummy.cpp b/Kernel/Arch/aarch64/Dummy.cpp index 9c947b330a..ec9a1b117e 100644 --- a/Kernel/Arch/aarch64/Dummy.cpp +++ b/Kernel/Arch/aarch64/Dummy.cpp @@ -24,16 +24,6 @@ READONLY_AFTER_INIT Thread* g_finalizer; } -// Panic -namespace Kernel { - -void __panic(char const*, unsigned int, char const*) -{ - for (;;) { } -} - -} - // Random namespace Kernel { |