Kernel: Remove unused externs in kernel.cpp
This commit is contained in:
parent
640d27748f
commit
b80b59ce24
|
@ -79,9 +79,6 @@ static void parse_command_line()
|
|||
}
|
||||
}
|
||||
|
||||
extern "C" uint8_t g_userspace_start[];
|
||||
extern "C" uint8_t g_userspace_end[];
|
||||
|
||||
TerminalDriver* g_terminal_driver = nullptr;
|
||||
|
||||
static void init2(void*);
|
||||
|
|
Loading…
Reference in New Issue