summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/boot-timestamps.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/boot-timestamps.c b/src/shared/boot-timestamps.c
index 68419595fb..ecbe1aaa0f 100644
--- a/src/shared/boot-timestamps.c
+++ b/src/shared/boot-timestamps.c
@@ -39,10 +39,8 @@ int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_time
r = acpi_get_boot_usec(&x, &y);
if (r < 0) {
-#ifdef ENABLE_EFI
r = efi_loader_get_boot_usec(&x, &y);
if (r < 0)
-#endif
return r;
}