diff --git a/reactos/boot/freeldr/freeldr/arch/arm/winldr.c b/reactos/boot/freeldr/freeldr/arch/arm/winldr.c index 0ea593f42df..a478612b1ad 100644 --- a/reactos/boot/freeldr/freeldr/arch/arm/winldr.c +++ b/reactos/boot/freeldr/freeldr/arch/arm/winldr.c @@ -289,7 +289,6 @@ RealEntryPoint(VOID) } VOID -NTAPI FrLdrBugCheckWithMessage( ULONG BugCode, PCHAR File, diff --git a/reactos/boot/freeldr/freeldr/arch/i386/i386bug.c b/reactos/boot/freeldr/freeldr/arch/i386/i386bug.c index 46a7f331590..b938da2b871 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/i386bug.c +++ b/reactos/boot/freeldr/freeldr/arch/i386/i386bug.c @@ -172,7 +172,6 @@ i386PrintExceptionText(ULONG TrapIndex, PKTRAP_FRAME TrapFrame, PKSPECIAL_REGIST } VOID -NTAPI FrLdrBugCheckWithMessage( ULONG BugCode, PCHAR File, diff --git a/reactos/boot/freeldr/freeldr/include/debug.h b/reactos/boot/freeldr/freeldr/include/debug.h index f17c0d254ac..be0d906cee8 100644 --- a/reactos/boot/freeldr/freeldr/include/debug.h +++ b/reactos/boot/freeldr/freeldr/include/debug.h @@ -125,7 +125,6 @@ NTAPI FrLdrBugCheck(ULONG BugCode); VOID -NTAPI FrLdrBugCheckWithMessage( ULONG BugCode, PCHAR File,