From 2e036c4eae2ed43b1f98124660680e9577f0ffef Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Fri, 10 Apr 2015 19:49:36 +0200 Subject: shared: boot-timestamps - remove ifdef No need to ifdef out efi code as the functions are always defined. --- src/shared/boot-timestamps.c | 2 -- 1 file changed, 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; } -- cgit v1.2.3-54-g00ecf