diff --git a/boot/freeldr/freeldr/arch/uefi/stubs.c b/boot/freeldr/freeldr/arch/uefi/stubs.c index 513f9f8f85d..48b436bd68d 100644 --- a/boot/freeldr/freeldr/arch/uefi/stubs.c +++ b/boot/freeldr/freeldr/arch/uefi/stubs.c @@ -24,13 +24,6 @@ StallExecutionProcessor(ULONG Microseconds) } -VOID -NTAPI -KeStallExecutionProcessor(ULONG Microseconds) -{ - StallExecutionProcessor(Microseconds); -} - VOID UefiVideoGetFontsFromFirmware(PULONG RomFontPointers) {