util/nvmutil: remove pointless comment

itt's totally obvious

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-13 03:18:52 +00:00
parent 5f6a721fa0
commit fdd99a9a45
+1 -6
View File
@@ -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");