summaryrefslogtreecommitdiff
path: root/UnixPkg/Sec/SecMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'UnixPkg/Sec/SecMain.c')
-rw-r--r--UnixPkg/Sec/SecMain.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/UnixPkg/Sec/SecMain.c b/UnixPkg/Sec/SecMain.c
index 2f2a1d2..7ac7298 100644
--- a/UnixPkg/Sec/SecMain.c
+++ b/UnixPkg/Sec/SecMain.c
@@ -994,8 +994,6 @@ SecNt32PeCoffRelocateImage (
if (Entry != NULL) {
ImageContext->EntryPoint = Entry;
printf("Change %s Entrypoint to :0x%08lx\n", ImageContext->PdbPointer, Entry);
- } else {
- printf("Could not find _ModuleEntryPoint Entry, Module may be built error\n");
}
SecUnixLoaderBreak ();