mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
Kernel: Remove unused dummy function from dummy.cpp
This commit is contained in:
parent
bd7acd4b90
commit
d014c0501d
Notes:
sideshowbarker
2024-07-18 01:43:16 +09:00
Author: https://github.com/jamesmintram
Commit: d014c0501d
Pull-request: https://github.com/SerenityOS/serenity/pull/13513
1 changed files with 0 additions and 5 deletions
|
@ -18,11 +18,6 @@
|
|||
#include <Kernel/Sections.h>
|
||||
#include <Kernel/UserOrKernelBuffer.h>
|
||||
|
||||
// This is a temporary file to get a non-empty Kernel binary on aarch64.
|
||||
// The prekernel currently never jumps to the kernel. This is dead code.
|
||||
void dummy();
|
||||
void dummy() { }
|
||||
|
||||
// Scheduler
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue