mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
Removed unused extern variable declaration
This commit is contained in:
parent
0289054900
commit
c9c248ccc7
@ -167,8 +167,6 @@ EXTERNC __no_instrument_function void PostEntry(BootInfo *Info)
|
||||
CPU::Halt(true);
|
||||
}
|
||||
|
||||
EXTERNC void __guard_setup(void);
|
||||
|
||||
typedef void (*CallPtr)(void);
|
||||
extern CallPtr __init_array_start[0], __init_array_end[0];
|
||||
extern CallPtr __fini_array_start[0], __fini_array_end[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user