summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/Mod
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Boot/Mod')
-rw-r--r--dev/Boot/Mod/SysChk/Module.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev/Boot/Mod/SysChk/Module.cc b/dev/Boot/Mod/SysChk/Module.cc
index 2305a3e4..4073ec11 100644
--- a/dev/Boot/Mod/SysChk/Module.cc
+++ b/dev/Boot/Mod/SysChk/Module.cc
@@ -23,10 +23,6 @@
EXTERN_C Int32 ModuleMain(Kernel::HEL::BootInfoHeader* handover)
{
- if (!handover)
- return kEfiFail;
-
Boot::BDiskFormatFactory<BootDeviceATA> partition_factory;
-
return (!partition_factory.IsPartitionValid()) ? kEfiFail : kEfiOk;
}