mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:17:44 +00:00
Kernel: Remove unused dummy function from dummy.cpp
This commit is contained in:
parent
bd7acd4b90
commit
d014c0501d
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