Removed unused extern variable declaration

This commit is contained in:
Alex 2022-12-01 06:13:10 +02:00
parent 0289054900
commit c9c248ccc7
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -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];