From 54854200a7712ed51d5368feb9c3e389ef9d5da2 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 13 Mar 2026 03:18:52 +0000 Subject: util/nvmutil: remove pointless comment itt's totally obvious Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'util/nvmutil') diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index b1043ed5..39a30f3d 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -1133,13 +1133,8 @@ rhex(void) static size_t n = 0; static uint8_t rnum[12]; - if (use_prng) { - /* - * On very old Unix systems that - * lack /dev/random and /dev/urandom - */ + if (use_prng) return fallback_rand(); - } if (urandom_fd < 0) err(ECANCELED, "Your operating system has no /dev/[u]random"); -- cgit v1.2.1