summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Private/NewBoot/Source/RuntimeMain.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/Private/NewBoot/Source/RuntimeMain.cxx b/Private/NewBoot/Source/RuntimeMain.cxx
index afca21eb..8d649459 100644
--- a/Private/NewBoot/Source/RuntimeMain.cxx
+++ b/Private/NewBoot/Source/RuntimeMain.cxx
@@ -86,11 +86,6 @@ EFI_EXTERN_C EFI_API Int EfiMain(EfiHandlePtr ImageHandle,
if (hdr.mName[0] != '.') continue;
- writer.WriteString(L"HCoreLdr: Mapping: ");
- for (auto ch : hdr.mName) writer.WriteCharacter(ch);
-
- writer.WriteString(L"\r\n");
-
UInt64 addr = hdr.mVirtualAddress;
BS->AllocatePages(AllocateAnyPages, EfiLoaderCode, 1, &addr);