From a6da25ad0bbbd23d72c0043735af58aa68e59424 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 25 Mar 2026 10:36:50 +0000 Subject: libreboot-utils: remove 1989 rand added as an academic exercise, but pointless in the year 2026. or even the year 1989. Signed-off-by: Leah Rowe --- util/libreboot-utils/lib/num.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'util/libreboot-utils/lib/num.c') diff --git a/util/libreboot-utils/lib/num.c b/util/libreboot-utils/lib/num.c index c02b6722..41a08f0b 100644 --- a/util/libreboot-utils/lib/num.c +++ b/util/libreboot-utils/lib/num.c @@ -13,10 +13,6 @@ TODO: properly handle errno in this file #include #endif #include -#if defined(FALLBACK_RAND_1989) && \ - (FALLBACK_RAND_1989) > 0 -#include -#endif #include #if !((defined(__OpenBSD__) && (OpenBSD) >= 201) || \ @@ -27,10 +23,6 @@ TODO: properly handle errno in this file #include #include #include -#if defined(FALLBACK_RAND_1989) && \ - (FALLBACK_RAND_1989) > 0 -#include -#endif #include #include "../include/common.h" -- cgit v1.2.1