[FREELDR:UEFI] Fix compilation warning LNK4006.

ntoskrnl.c.obj : warning LNK4006: _KeStallExecutionProcessor@4
already defined in stubs.c.obj; second definition ignored.
This commit is contained in:
Hermès Bélusca-Maïto 2023-06-19 20:38:18 +02:00
parent 095510bdac
commit af47866f76
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -24,13 +24,6 @@ StallExecutionProcessor(ULONG Microseconds)
}
VOID
NTAPI
KeStallExecutionProcessor(ULONG Microseconds)
{
StallExecutionProcessor(Microseconds);
}
VOID
UefiVideoGetFontsFromFirmware(PULONG RomFontPointers)
{