kernel/main: Remove reference to 'extern const BOOTBOOT bootboot'
This commit is contained in:
parent
74aa30a44f
commit
24773fbece
@ -5,7 +5,6 @@
|
||||
#include "arch/MMU.h"
|
||||
#include "arch/Timer.h"
|
||||
#include "boot/Init.h"
|
||||
#include "boot/bootboot.h"
|
||||
#include "config.h"
|
||||
#include "memory/Heap.h"
|
||||
#include "memory/KernelVM.h"
|
||||
@ -15,8 +14,6 @@
|
||||
#include <luna/Result.h>
|
||||
#include <luna/Units.h>
|
||||
|
||||
extern const BOOTBOOT bootboot;
|
||||
|
||||
void heap_thread()
|
||||
{
|
||||
CPU::disable_interrupts();
|
||||
|
Loading…
Reference in New Issue
Block a user